Skip to content

Commit

Permalink
add more sanitizer suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Aug 19, 2023
1 parent 019b3c5 commit a0dd7be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sanitizers/asan-suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore openssl issues
interceptor_via_lib:libcrypto.so.3
3 changes: 3 additions & 0 deletions .sanitizers/lsan-suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore openssl issues
leak:libcrypto.so.3
leak:CRYPTO_zalloc
2 changes: 2 additions & 0 deletions .sanitizers/ubsan-suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enum:NetworkResult.hpp
enum:gtest.h

0 comments on commit a0dd7be

Please sign in to comment.