History log of /PHP-8.1/sapi/fuzzer/generate_unserializehash_corpus.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 3b542021 11-Jan-2021 Nikita Popov

Fuzzer: Gracefully handle hashes that cannot be serialized


# 75ada661 27-Jun-2020 Eddie Kohler

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

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>

show more ...