summaryrefslogtreecommitdiff
path: root/_test/tests/inc/io_readfile
Commit message (Collapse)AuthorAge
* Deleting lines works with BZ2 files.Patrick Brown2015-05-06
|
* corrupted the gz test file moreAndreas Gohr2015-03-18
| | | | | | 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.
* correct error checking for bz2 file readingAndreas Gohr2015-03-18
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.