[classlib][awt][gifdecoder] Memory corruption while decoding non-interlaced GIF
-------------------------------------------------------------------------------
Key: HARMONY-1647
URL: http://issues.apache.org/jira/browse/HARMONY-1647
Project: Harmony
Issue Type: Bug
Components: Classlib
Environment: DRLVM/debug
Reporter: Dmitry A. Durnev
Compile the following test:
import javax.swing.ImageIcon;
public class GIFDecoderTest {
public static void main(String[] args) {
System.out.println(new ImageIcon("gray.gif").getIconHeight());
}
}
Put attached image "gray.gif" into GIFDecoderTest working directory. Run the test
on DRLVM with gc pinning disabled on Windows. Debug error messagebox appears.
[To disable gc pinning apply
attached disable_pinning.diff to drlvm sources and build debug drlvm].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|