https://bz.apache.org/bugzilla/show_bug.cgi?id=60158
Tim Allison <talli...@mitre.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Tim Allison <talli...@mitre.org> --- r1765433 I modified RLEDecompressingInputStream's read() from return buf[pos++]; to return buf[pos++] & 0xFF; Let me know if we need to modify anything else in RLEDecompressingInputStream...or if there's a better place to fix this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org