File tree Expand file tree Collapse file tree 4 files changed +580
-596
lines changed Expand file tree Collapse file tree 4 files changed +580
-596
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ bool(false)
42
42
Notice: unserialize(): Error at offset 17 of 33 bytes in %sbug25378.php on line %d
43
43
bool(false)
44
44
45
- Notice: unserialize(): Error at offset 33 of 32 bytes in %sbug25378.php on line %d
45
+ Notice: unserialize(): Error at offset 32 of 32 bytes in %sbug25378.php on line %d
46
46
bool(false)
47
47
48
48
Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
Original file line number Diff line number Diff line change
1
+ --TEST--
2
+ Bug #74111: Heap buffer overread (READ: 1) finish_nested_data from unserialize
3
+ --FILE--
4
+ <?php
5
+ $ s = 'O:8:"stdClass":00000000 ' ;
6
+ var_dump (unserialize ($ s ));
7
+ ?>
8
+ --EXPECTF--
9
+ Notice: unserialize(): Error at offset 25 of 23 bytes in %s on line %d
10
+ bool(false)
You can’t perform that action at this time.
0 commit comments