We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fb452 commit f373bcaCopy full SHA for f373bca
TODO_SEGFAULTS
@@ -40,10 +40,13 @@ Open:
40
41
format was zero. The zval appeared to be fubar'ed.
42
43
- The current do_crash script does not cause a segfault. An older
44
- version does however:
+ When one comments out the (unused) line
45
46
- <URL:http://schumann.cx/do_crash_ob_start.txt>
+ $maxa = array_fill(100,1000,&$maxn);
+
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).
50
51
52
Methodology
0 commit comments