ID: 29448
Updated by: [EMAIL PROTECTED]
Reported By: ylke at netlabs dot hu
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: Linux netlabs 2.4.26-grsec-2.0
PHP Version: 4.3.8
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc.
If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2004-07-29 20:17:23] ylke at netlabs dot hu
Description:
------------
include_once(sprintf("%s/modules/spec_%s/%s.php",$this->set[path],$name,$name));
if i run this row, one of the apache childers will exit with
segmentation fault.
if the line below doesnt contains the sprintf() then php wont segfault
and will write some parse warning in the specified file.
why do this?
Reproduce code:
---------------
include_once(sprintf("%s/modules/spec_%s/%s.php",$this->set[path],$name,$name));
Expected result:
----------------
segmentation fault
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=29448&edit=1