Skip to content

Commit

Permalink
Suppress leak sanitizer warnings about internals of robin_hash (#1807)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Apr 29, 2024
1 parent 25c7d4d commit 910a967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build-scripts/nosanitize.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Small leaks that make CI fail, suppress until cause is identified.
leak:__cxa_thread_atexit
leak:std::string::_Rep::_S_create
leak:tsl::detail_robin_hash::robin_hash

0 comments on commit 910a967

Please sign in to comment.