You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
309 B

--TEST--
ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
--SKIPIF--
<?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
--FILE--
<?php
ini_set("iconv.output_encoding", str_repeat("a", 9000000));
ob_start("ob_iconv_handler");
print "done";
?>
--EXPECT--
done