History log of /dokuwiki/_test/tests/inc/io_readfile.test.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 2ba67679 12-May-2017 Andreas Gohr <andi@splitbrain.org>

avoid dependency tests being marked as risky


# 216e727c 27-Nov-2015 Andreas Gohr <andi@splitbrain.org>

adjust tests to make use of new DOKU_HAS_*ZIP defines


# cfb71e37 07-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Deleting lines works with BZ2 files.


# 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 ...