https://bz.apache.org/bugzilla/show_bug.cgi?id=60158

Tim Allison <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Tim Allison <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to