Skip to content

Commit fa410f6

Browse files
author
MarcoFalke
committed
test: Suppress false positive leak in secure_allocator<RNGState>
1 parent fa35c42 commit fa410f6

File tree

1 file changed

+3
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-0
lines changed

test/sanitizer_suppressions/lsan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ leak:libqminimal
44
leak:libQt5Core
55
leak:libQt5Gui
66
leak:libQt5Widgets
7+
8+
# false-positive due to use of secure_allocator<>
9+
leak:GetRNGState

0 commit comments

Comments
 (0)