Valgrind Report for sapi/cli/tests/bug68291.phpt ('Bug #68291 (404 on urls with '+')')
Script
1:
<?php 2: include "php_cli_server.inc"; 3: file_put_contents(__DIR__ . '/bug68291+test.html', 'Found'); 4: php_cli_server_start(NULL, NULL); 5: echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/bug68291+test.html'); 6: ?> 7:
Report
==23051== Jump to the invalid address stated on the next line
==23051== at 0x4FE: ???
==23051== by 0x40056AF: open_verify (in /lib64/ld-2.12.so)
==23051== by 0x4005D5A: open_path (in /lib64/ld-2.12.so)
==23051== by 0x4008973: _dl_map_object (in /lib64/ld-2.12.so)
==23051== by 0x400C701: openaux (in /lib64/ld-2.12.so)
==23051== by 0x400E5E8: _dl_catch_error (in /lib64/ld-2.12.so)
==23051== by 0x400CDE4: _dl_map_object_deps (in /lib64/ld-2.12.so)
==23051== by 0x40034C7: dl_main (in /lib64/ld-2.12.so)
==23051== by 0x401640D: _dl_sysdep_start (in /lib64/ld-2.12.so)
==23051== by 0x40014D3: _dl_start (in /lib64/ld-2.12.so)
==23051== by 0x4000B37: ??? (in /lib64/ld-2.12.so)
==23051== by 0x5: ???
==23051== Address 0x4fe is not stack'd, malloc'd or (recently) free'd
==23051==
==23051==
==23051== Process terminating with default action of signal 11 (SIGSEGV)
==23051== Bad permissions for mapped region at address 0x4FE
==23051== at 0x4FE: ???
==23051== by 0x40056AF: open_verify (in /lib64/ld-2.12.so)
==23051== by 0x4005D5A: open_path (in /lib64/ld-2.12.so)
==23051== by 0x4008973: _dl_map_object (in /lib64/ld-2.12.so)
==23051== by 0x400C701: openaux (in /lib64/ld-2.12.so)
==23051== by 0x400E5E8: _dl_catch_error (in /lib64/ld-2.12.so)
==23051== by 0x400CDE4: _dl_map_object_deps (in /lib64/ld-2.12.so)
==23051== by 0x40034C7: dl_main (in /lib64/ld-2.12.so)
==23051== by 0x401640D: _dl_sysdep_start (in /lib64/ld-2.12.so)
==23051== by 0x40014D3: _dl_start (in /lib64/ld-2.12.so)
==23051== by 0x4000B37: ??? (in /lib64/ld-2.12.so)
==23051== by 0x5: ???
Generated at Sun, 10 Feb 2019 05:24:25 +0000 (10 days ago)
|