Skip to content

Commit 261bb47

Browse files
committed
use example.com in curl test fixture
1 parent 81c574d commit 261bb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/curl/tests/bug68089.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bug #68089 (NULL byte injection - cURL lib)
44
curl
55
--FILE--
66
<?php
7-
$url = "file:///etc/passwd\0http://php.net";
7+
$url = "file:///etc/passwd\0http://example.com";
88
$ch = curl_init();
99

1010
try {

0 commit comments

Comments
 (0)