Stanislav Malyshev 850d1aaa7b Add mb_regex fuzzer.
Also refactor callers code a bit and disable LSAN.
2019-03-11 20:56:21 -07:00
2019-03-04 14:26:17 -08:00
2019-03-03 18:38:13 -08:00
2019-03-11 20:56:21 -07:00
2019-03-11 20:56:21 -07:00
2018-11-27 17:53:05 +01:00
2019-03-11 20:56:21 -07:00
2018-11-27 17:53:05 +01:00
2019-03-11 20:56:21 -07:00
2019-03-11 20:56:21 -07:00
2018-11-27 17:53:05 +01:00
2019-03-04 12:10:29 -08:00
2018-11-27 17:53:05 +01:00
2019-03-11 20:56:21 -07:00
2019-03-04 14:50:41 -08:00

Fuzzing SAPI for PHP

Installation

For installation put this code into a directory sapi/fuzzer inside a PHP
source tree, then run `./buildconf` and `./configure` PHP using the
--enable-fuzzer switch.

You need llvm/clang's libFuzzer to be around.

When running `make` ithhis creates these binaries in `sapi/fuzzer/`:
* php-fuzz-parser - fuzzing language parser
* php-fuzz-unserialize - fuzzing unserialize() function
* php-fuzz-json - fussing JSON parser
* php-fuzz-exif - fuzzing exif_read_data() function (use --enable-exif)
Description
No description provided
Readme 188 KiB
Languages
C 87.7%
M4 8.1%
Makefile 4.2%