#
8599a179 |
| 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
corrupted the gz test file more
it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now s
corrupted the gz test file more
it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now should no longer be readable by any version.
show more ...
|
#
d387bf5e |
| 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite lo
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop.
Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug.
show more ...
|