https://issues.apache.org/bugzilla/show_bug.cgi?id=47708
Max Berger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Max Berger <[email protected]> 2009-08-20 12:39:56 PDT --- http://svn.apache.org/viewvc?rev=806319&view=rev resultLength == 0 means the deflater which is trying to read the embedded ICC profile needs more input. However, there is not extra input available! Decided to terminate the loop. Since this will result in an invalid ICC profile, it is ignored, and the image will be loaded without the profile. Testcase is added. Max -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
