Test: /ext/curl/tests/bug69316.phpt - Version 7.0.0RC2        

Security #69316 Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER
Submitted: 2015-03-27 12:05:59 Modified: 2015-04-14 07:28:04
From: bugs Assigned: stas
Status: Closed Package: cURL related
PHP Version: Irrelevant OS: Linux, Windows

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in /usr/local/src/php/ext/curl/tests/server.inc:38
002+ Stack trace:
003+ #0 /usr/local/src/php/ext/curl/tests/server.inc(38): usleep(10000)
004+ #1 %s/bug69316.php(15): curl_cli_server_start()
005+ #2 {main}
006+ thrown in /usr/local/src/php/ext/curl/tests/server.inc on line 38
001- Warning: curl_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line %d
002- array(1) {
003- ["test"]=>
004- string(7) "getpost"
005- }
006- array(0) {
007- }
008- ===DONE===