Ubuntu: 1079-1: OpenJDK 6 vulnerabilities


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Ubuntu: 1079-1: OpenJDK 6 vulnerabilities
# 1  
Old 03-01-2011
Ubuntu: 1079-1: OpenJDK 6 vulnerabilities

LinuxSecurity.com: It was discovered that untrusted Java applets could create domainname resolution cache entries, allowing an attacker to manipulatename resolution within the JVM. (CVE-2010-4448) [More...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DIZZY-RENDER(8) 					User Contributed Perl Documentation					   DIZZY-RENDER(8)

NAME
dizzy-render - seed a directory with cached texture files SYNOPSIS
dizzy-render -o output-dir -r resolution [names...] DESCRIPTION
dizzy-render can be used to preseed a directory with cached textures. Why an extra tool, if Dizzy can do this itself? Well, people might want to generate textures in the installation script of a distro package, where it's unlikely or at least unwanted that an X11 program spawns to render textures. OPTIONS
-o output-dir --output-path output-dir Dump the textures to this directory. The directory will be created if it does not exist. The default value is /var/cache/dizzy/textures. -r resolution --resolution resolution Sets the resolution at which the textures will be rendered. The default value is 256, just like Dizzy's default resolution. The options can be followed by a list of names. If there are any such names specified, only textures with these names will be rendered. CAVEATS
This tool cannot make use of GLSL shaders to speed up rendering. But on the other hand, the cache files are not portable, and there is no need to generate them on a GLSL supporting machine. This is not even recommended, as performance tests have shown GLSL rendering to be much faster than loading the textures from disk for high resolutions. perl v5.14.2 2011-11-02 DIZZY-RENDER(8)