TypePHP 编译器 https://swoole.com/aot/
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.
 
 

13 lines
298 B

--TEST--
Bug #67252 (convert_uudecode out-of-bounds read)
--SKIPIF--
--FILE--
<?php
$a = "M86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A"."\n"."a.";
var_dump(convert_uudecode($a));
?>
--EXPECTF--
%s: Argument #1 ($data) is not a valid uuencoded string in %s on line %d
bool(false)