From 2c28a692215f83f6f65efc511de1ec6a7de2df72 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Thu, 10 Sep 2020 16:03:15 +0200 Subject: [PATCH] Add note about memory leaks to fuzzing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d89600a..a48fd8b 100644 --- a/README.md +++ b/README.md @@ -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