]> granicus.if.org Git - php/commit
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
authorHannes Magnusson <bjori@php.net>
Mon, 20 Dec 2010 11:00:27 +0000 (11:00 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 20 Dec 2010 11:00:27 +0000 (11:00 +0000)
commitbbd23afa983a6a27181166aa9534319662a97585
tree1d121ced96a9680b8c482f965ed62ae288942d81
parentd6ac811e5d1d2d6f483db0d3c0709ac683d5a261
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array
ext/zip/tests/bug53579.phpt [new file with mode: 0644]
ext/zip/zip_stream.c