Skip to content

Commit

Permalink
[fuzzing] suppress lazy_static and backtrace in LSAN
Browse files Browse the repository at this point in the history
Suppress leak until next libbacktrace is released. See details in

rust-lang/rust#69721 (comment)
  • Loading branch information
sausagee committed Mar 11, 2020
1 parent 04cc830 commit 0c569b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/libra-fuzzer/lsan_suppressions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
leak:lazy_static
leak:backtrace

0 comments on commit 0c569b3

Please sign in to comment.