Skip to content

Commit

Permalink
Suppress sanitizer message for known memory leak
Browse files Browse the repository at this point in the history
The leak is in caml_setup_stack_overflow_detection and comes from #10266.
  • Loading branch information
xavierleroy committed Mar 9, 2021
1 parent bcffaef commit f92c0a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/inria/sanitizers/lsan-suppr.txt
@@ -1,2 +1,4 @@
# ocamlyacc doesn't clean memory on exit
leak:ocamlyacc
# Alternate signal stacks are currently never freed (see #10266)
leak:caml_setup_stack_overflow_detection

0 comments on commit f92c0a7

Please sign in to comment.