Stanislav Malyshev 2b1e2df207 Fix condition
2019-03-04 13:13:33 -08:00
2019-03-03 18:38:13 -08:00
2019-03-04 13:13:33 -08:00
2018-11-27 17:53:05 +01:00
2018-11-27 17:53:05 +01:00
2018-11-27 17:53:05 +01:00
2018-11-27 17:53:05 +01:00
2018-11-27 17:53:05 +01: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-04 12:11:07 -08:00
2019-03-03 17:29:34 -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-fuzz switch.

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

When running `make` ithhis creates thee binaries in `sapi/fuzzer/`:
* php-fuzz-parser
* php-fuzz-unserialize
* php-fuzz-json

Which will use fuzzing on the language parser, the unserialize parser
and the json parser.
Description
No description provided
Readme 188 KiB
Languages
C 87.7%
M4 8.1%
Makefile 4.2%