History log of /PHP-8.2/sapi/fuzzer/README.md (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 093d3346 16-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13978: Fuzzer readme still mentions obsolete --enable-json flag (#13983)

[ci skip]


# 1584352e 08-May-2022 Nikita Popov

Add fuzzer for mb_convert_encoding

This uses the php-fuzz-mbstring name, moving the existing fuzzer
to php-fuzz-mbregex.


# 9a594174 19-Dec-2021 Tyson Andre

[skip ci] Document how to quickly check if jit .dasc files transpile, how to test the jit in different architectures. (#7768)


# 06a25c77 21-Sep-2021 Nikita Popov

Add fuzzer for tracing jit


# cd4243dd 01-Sep-2020 Nikita Popov

Add fuzzer for function JIT

This is a basic fuzzer for the function JIT, which looks for
crashes and sanitizer violations only, and does not try to detect
differing behavior yet.


# 74033b2c 15-Sep-2021 Nikita Popov

Don't hardcode used sanitizers in fuzzer

Now that we have generic --enable-address|undefined|memory-sanitizer
options, let the user pick one of these instead of making the fuzzer
ena

Don't hardcode used sanitizers in fuzzer

Now that we have generic --enable-address|undefined|memory-sanitizer
options, let the user pick one of these instead of making the fuzzer
enable one implicitly.

show more ...


# a88226d1 27-Aug-2020 Nikita Popov

Generate execute corpus in generate_all.php

And add crypt() to the function blacklist, it can be very slow.


# 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 ...


# ccf3e012 12-Jun-2020 Nikita Popov

Update fuzzer readme

Drop --enable-json flag and make it more obvious that clang needs
to be used.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10
# 418d243e 18-Sep-2019 Nikita Popov

Change instructions to use oniguruma from git

Some bugs are already fixed there.

[ci skip]


# d7b4cdff 18-Sep-2019 Nikita Popov

Add instructions for building an instrumented libonig

[ci skip]


Revision tags: php-7.4.0RC2
# c1adb7a7 16-Sep-2019 Nikita Popov

Move scripts out of corpus/ directory


# c4e2ca60 13-Sep-2019 Nikita Popov

Various improvements to fuzzer SAPIs