Commit 2d9a1c1
committed
Update bug72434.phpt UAF test and move it to ext/zip/tests
bug72434.phpt tested a UAF via unserialize() of ZipArchive. With
NOT_SERIALIZABLE, unserialize() rejects the class entirely, preventing
the UAF by construction. Update the test to verify the rejection and
move it to ext/zip/tests since it requires the zip extension.1 parent 3283293 commit 2d9a1c1
2 files changed
Lines changed: 17 additions & 29 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments