From 2487057557ff52e4ff3b3f77e127589ec610d761 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 18 Mar 2021 07:01:46 -0400 Subject: dodge-balls.sh, suppr.txt: Ignore leaks in libs Each pattern is substring-matched against the symbolized stack trace of the leak: https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer --- (limited to 'dodge-balls.sh') diff --git a/dodge-balls.sh b/dodge-balls.sh new file mode 100755 index 0000000..b2a05d6 --- /dev/null +++ b/dodge-balls.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +LSAN_OPTIONS=suppressions=suppr.txt exec "$(dirname "${0}")/dodge-balls" "${@}" -- cgit v0.9.1