]> granicus.if.org Git - php/commit
Add unserializehash fuzzer.
authorEddie Kohler <ekohler@gmail.com>
Sat, 27 Jun 2020 04:16:43 +0000 (21:16 -0700)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 12:30:33 +0000 (14:30 +0200)
commit75ada661b9264eb55587ccbfa3bcd7447c5163f3
tree02463d862eabf6de6a4d6438053ad8a5538142ed
parentada776c84cad810e69c0d9764cbef1628744cdd4
Add unserializehash fuzzer.

Unlike the straight unserialize fuzzer, this runs only on HashContexts,
and it does an update and finalize on the contexts it creates.

Co-authored-by: Nikita Popov <nikic@php.net>
sapi/fuzzer/Makefile.frag
sapi/fuzzer/README.md
sapi/fuzzer/config.m4
sapi/fuzzer/fuzzer-unserializehash.c [new file with mode: 0644]
sapi/fuzzer/generate_unserializehash_corpus.php [new file with mode: 0644]