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)

Closes: diem#2891
Approved by: mimoo
  • Loading branch information
sausagee authored and DavidLDill committed Mar 13, 2020
1 parent c046e2c commit 43c4496
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 43c4496

Please sign in to comment.