]> granicus.if.org Git - php/commit
Fixed bug in new stream_get_line() when using NUL as a delimiter.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 7 Apr 2012 15:32:19 +0000 (16:32 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 7 Apr 2012 15:32:19 +0000 (16:32 +0100)
commit0f180a63ebb2d65bbe49b68d2430639b20443e9a
tree847b20838d4b848b48424e6e955c753d6bd340e6
parent9bf8cd4b3437f6335e20843c9e3668b44761feba
Fixed bug in new stream_get_line() when using NUL as a delimiter.

This is the issue Derick spotted a few days ago..
ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt [new file with mode: 0644]
main/streams/streams.c