File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -36,24 +36,23 @@ Open:
36
36
(3) calling ob_start in weird ways caused a segfault in
37
37
php_formatted_print(). In this line:
38
38
39
- format = Z_STRVAL_PP(args[0]);
39
+ format = Z_STRVAL_PP(args[0]);
40
40
41
41
format was zero. The zval appeared to be fubar'ed.
42
42
43
- I am not able to reproduce this particular issue at the moment. I
44
- was not able to create a simple test case for this initially, so
45
- the lack of reproducibility likely relates to modifications in the
46
- now-extended test script.
43
+ The current do_crash script does not cause a segfault. An older
44
+ version does however:
47
45
46
+ <URL:http://schumann.cx/do_crash_ob_start.txt>
48
47
49
48
50
49
Methodology
51
50
52
51
1. Use a plain PHP_4_3 tree
53
52
2. Use the config.nice from ammendment 1.
54
- 3. Download the test script
53
+ 3. Download the test script from:
55
54
56
- <URL:http://schumann.cx/do_crash.txt>
55
+ <URL:http://schumann.cx/do_crash.txt>
57
56
58
57
4a. Use the scripts funcparse.awk/genfunclist.sh from phpdoc/scripts
59
58
for creating a plain text function list. Feed that list to
You can’t perform that action at this time.
0 commit comments