mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
small update on the README
This commit is contained in:
parent
27a6a26b4b
commit
070ec9bd97
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@ cargo install cargo-fuzz
|
|||
```
|
||||
|
||||
### Run
|
||||
When the filter parser is executed by the fuzzer it's triggering a stackoverflow really fast. We can avoid this problem by limiting the `max_len` of [libfuzzer](https://llvm.org/docs/LibFuzzer.html) at 500 characters.
|
||||
```
|
||||
cargo fuzz run parse
|
||||
cargo fuzz run parse -- -max_len=500
|
||||
```
|
||||
|
||||
## What to do if you find a bug in the parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue