Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.6
-
None
Description
In class org.apache.xmlgraphics.image.codec.tiff, method decodePackbits(), the last "else" should do nothing. srcCount is already bumped outside the "if". The lines should looke like:
// no-op packet. Do nothing
// srcCount++;