mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/2376 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v5.x
Karl Skomski
10 years ago
committed by
Rod Vagg
5 changed files with 46 additions and 3 deletions
@ -0,0 +1,4 @@ |
|||
# Usage: LSAN_OPTIONS=suppressions=`pwd`/tools/lsan_suppressions.txt make check |
|||
|
|||
# Suppress small (intentional) leaks in glibc |
|||
leak:libc.so |
Loading…
Reference in new issue