Commit da43645
committed
Fix GH-21244: use after free in zend_test_class_free_obj
Not really a bug, as zend_test shouldn't be used outside of debugging,
but let's silence fuzzers.
The problem is that the arg info should be cloned as well when the class
is cloned; or we fix it the simple way in this patch and make it
uncloneable.1 parent 94c8e01 commit da43645
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1527 | 1527 | | |
1528 | 1528 | | |
1529 | 1529 | | |
| 1530 | + | |
1530 | 1531 | | |
1531 | 1532 | | |
1532 | 1533 | | |
| |||
0 commit comments