mirror of https://github.com/google/oss-fuzz.git
[docs] Dummy formating change just to test #1618 a bit more.
This commit is contained in:
parent
c720e4046b
commit
bb78fa9827
|
@ -263,8 +263,9 @@ Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar
|
||||||
sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries)
|
sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries)
|
||||||
|
|
||||||
Put your dict file in `$OUT`. If the dict filename is the same as your target
|
Put your dict file in `$OUT`. If the dict filename is the same as your target
|
||||||
binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the name is different
|
binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the
|
||||||
(e.g. because it is shared by several targets), specify this in .options file:
|
name is different (e.g. because it is shared by several targets), specify this
|
||||||
|
in .options file:
|
||||||
|
|
||||||
```
|
```
|
||||||
[libfuzzer]
|
[libfuzzer]
|
||||||
|
|
Loading…
Reference in New Issue