Add note about memory leaks to fuzzing

This commit is contained in:
Cagebreak Signing Key 3 2020-09-10 16:03:15 +02:00
commit 2c28a69221

View file

@ -305,6 +305,12 @@ We have found code path discovery to increase rapidly when the fuzzer is supplie
with an initial config file. We are working on improving our fuzzing coverage to
find bugs in other areas of the code.
#### Caveat
Currently, there are memory leaks which do not seem to stem from our code but rather
the code of wl-roots or some other library we depend on. We are working on the problem.
In the meantime, add `-Ddetect-leaks=0` to the meson command to exclude memory leaks.
## Bugs
For any bug, please [create an