1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
This commit is contained in:
Antony Dovgal
2007-09-30 14:40:06 +00:00
parent 38c37bb61f
commit cd5b16015e
@@ -1,5 +1,7 @@
--TEST--
dl() filename length checks (CVE-2007-4887)
--INI--
enable_dl=1
--FILE--
<?php
var_dump(dl(str_repeat("a", 8376757)));