mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 04:24:18 +02:00
Add note about memory leaks to fuzzing
This commit is contained in:
parent
def72ed84a
commit
2c28a69221
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue