aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-06-18 16:39:39 -0400
committerMarcoFalke <[email protected]>2019-06-18 16:37:28 -0400
commitfa410f67aa1d0ccd306dc16e438c1a034b8cc049 (patch)
treea30062639d150fcaace425cfb2beab9cf645a99d
parenttest: Log output even if fuzzer failed (diff)
downloaddiscoin-fa410f67aa1d0ccd306dc16e438c1a034b8cc049.tar.xz
discoin-fa410f67aa1d0ccd306dc16e438c1a034b8cc049.zip
test: Suppress false positive leak in secure_allocator<RNGState>
-rw-r--r--test/sanitizer_suppressions/lsan3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/lsan b/test/sanitizer_suppressions/lsan
index 6f15c0f1d..90a92a511 100644
--- a/test/sanitizer_suppressions/lsan
+++ b/test/sanitizer_suppressions/lsan
@@ -4,3 +4,6 @@ leak:libqminimal
leak:libQt5Core
leak:libQt5Gui
leak:libQt5Widgets
+
+# false-positive due to use of secure_allocator<>
+leak:GetRNGState