diff options
| author | MarcoFalke <[email protected]> | 2019-06-18 16:39:39 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-18 16:37:28 -0400 |
| commit | fa410f67aa1d0ccd306dc16e438c1a034b8cc049 (patch) | |
| tree | a30062639d150fcaace425cfb2beab9cf645a99d | |
| parent | test: Log output even if fuzzer failed (diff) | |
| download | discoin-fa410f67aa1d0ccd306dc16e438c1a034b8cc049.tar.xz discoin-fa410f67aa1d0ccd306dc16e438c1a034b8cc049.zip | |
test: Suppress false positive leak in secure_allocator<RNGState>
| -rw-r--r-- | test/sanitizer_suppressions/lsan | 3 |
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 |