/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
zlib
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/zlib/tests/gzinflate-bug42663.phpt
--TEST-- Bug #42663 (gzinflate() try to allocate all memory with truncated $data) --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> --FILE-- <?php // build a predictable string $string = ''; for($i=0; $i<30000; ++$i) $string .= $i . ' '; var_dump(strlen($string)); // deflate string $deflated = gzdeflate($string,9); var_dump(strlen($deflated)); // truncate $deflated string $truncated = substr($deflated, 0, 65535); var_dump(strlen($truncated)); // inflate $truncated string (check if it will not eat all memory) var_dump(gzinflate($truncated)); ?> --EXPECTF-- int(168890) int(66743) int(65535) Warning: gzinflate(): data error in %s on line %d bool(false)
Copyright ©2k19 -
Hexid
|
Tex7ure