Skip to content

Commit 39cca77

Browse files
committed
Fixed README.md
1 parent 3d52e01 commit 39cca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fuzzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When running `make` it creates these binaries in `sapi/fuzzer/`:
3333
* `php-fuzz-execute`: Fuzzing the executor
3434
* `php-fuzz-function-jit`: Fuzzing the function JIT (requires --enable-opcache)
3535
* `php-fuzz-tracing-jit`: Fuzzing the tracing JIT (requires --enable-opcache)
36-
* `php-fuzz-bcmath`: Fuzzing division (requires --enable-bcmath)
36+
* `php-fuzz-bcmath`: Fuzzing bcadd, bcsub, bcmul, bcdiv, bcmod and bcpow (requires --enable-bcmath)
3737

3838
Some fuzzers have a seed corpus in `sapi/fuzzer/corpus`. You can use it as follows:
3939

0 commit comments

Comments
 (0)