Skip to content

Commit f373bca

Browse files
author
Sascha Schumann
committed
more insight re. ob_start bug
1 parent 91fb452 commit f373bca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

TODO_SEGFAULTS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ Open:
4040

4141
format was zero. The zval appeared to be fubar'ed.
4242

43-
The current do_crash script does not cause a segfault. An older
44-
version does however:
43+
When one comments out the (unused) line
4544

46-
<URL:http://schumann.cx/do_crash_ob_start.txt>
45+
$maxa = array_fill(100,1000,&$maxn);
46+
47+
in the current test script, the segfault can be reproduced (it probably
48+
influences the heap layout, so that ob_start does not scribble over
49+
important memory).
4750

4851

4952
Methodology

0 commit comments

Comments
 (0)