Stanislav Malyshev 6eb6b264e5 More file_handle fixes
2019-07-23 17:33:01 -07:00
2019-07-07 17:05:18 -07:00
2019-03-03 18:38:13 -08:00
2019-03-18 13:30:44 +01:00
2019-03-18 13:30:44 +01:00
2019-03-18 13:30:44 +01:00
2019-07-23 17:33:01 -07:00
2019-07-23 17:33:01 -07:00
2019-03-18 13:30:44 +01:00
2019-03-18 13:30:44 +01:00
2019-03-04 12:10:29 -08:00
2019-03-18 13:30:44 +01:00
2019-03-12 22:24:39 -07:00
2019-04-09 01:12:23 +02: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` it creates these binaries in `sapi/fuzzer/`:
* php-fuzz-parser - fuzzing language parser
* php-fuzz-unserialize - fuzzing unserialize() function
* php-fuzz-json - fuzzing JSON parser
* php-fuzz-exif - fuzzing exif_read_data() function (use --enable-exif)
* php-fuzz-mbstring - fuzzing mb_ereg[i] (requires --enable-mbstring)
Description
No description provided
Readme 188 KiB
Languages
C 87.7%
M4 8.1%
Makefile 4.2%