mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
fix test
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user