Skip to content

Commit

Permalink
test: Suppress false positive leak in secure_allocator<RNGState>
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jun 18, 2019
1 parent fa35c42 commit fa410f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sanitizer_suppressions/lsan
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ leak:libqminimal
leak:libQt5Core
leak:libQt5Gui
leak:libQt5Widgets

# false-positive due to use of secure_allocator<>
leak:GetRNGState

0 comments on commit fa410f6

Please sign in to comment.