]> granicus.if.org Git - php/commit
Fixed Bug #67724
authorMichael Wallner <mike@php.net>
Tue, 5 Aug 2014 13:44:43 +0000 (15:44 +0200)
committerMichael Wallner <mike@php.net>
Tue, 5 Aug 2014 13:44:43 +0000 (15:44 +0200)
commite4ff7f2ee346d641715694209e61704c9e815483
tree6b21f32c018df52fe8c1f7232849889063ad2944
parentf59506cd271ffb2956cd6948b77d84142df90539
Fixed Bug #67724

(chained zlib filters silently fail with large amounts of data)

Use the same buffer size zlib uses internally to avoid
Z_DATA_ERROR on massively compressed data
NEWS
ext/zlib/tests/bug67724.gz.gz [new file with mode: 0644]
ext/zlib/tests/bug67724.phpt [new file with mode: 0644]
ext/zlib/zlib_filter.c