https://issues.apache.org/bugzilla/show_bug.cgi?id=46661
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Stefan Bodewig <[email protected]> 2009-02-05 04:30:39 PST --- use unsigned shift in CBZip2OutputStream to avoid negative numbers due to integer overflows properly implement Cloneable in ZipShort, ZipLong and AsiExtraField. don't ignore InputStream.skip() results in TarInputStream and ZipFile. silly selfassignment of numToWrite in TarOutputStream write. UnrecognizedExtraField exposes private data. dead store to c in CBZip2OutputStream med3 oddness-check in CBZip2OutputStream sendMTFValues may fail for negative numbers all of them fixed in svn revision 741089 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=741089 ) There is an additional warning about mutable static fileds in ZipOutputstream that we can't fix without breaking BWC. -- 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.
