Browse Source
Prefer adding LSAN_OPTIONS="suppressions=$PWD/tests/sanitizer_suppressions/lsan" when CC=clang instead. Changelog-Added: build: clang build now supports --enable-address-sanitizer . Signed-off-by: Antoine Poinsot <darosior@protonmail.com>travis-experimental
Antoine Poinsot
4 years ago
committed by
Rusty Russell
3 changed files with 6 additions and 4 deletions
@ -0,0 +1,3 @@ |
|||||
|
# process_check_funding_broadcast is racy as it operates on a data that may be |
||||
|
# freed under its feet |
||||
|
interceptor_via_fun:process_check_funding_broadcast |
@ -0,0 +1,3 @@ |
|||||
|
# Clang would detect false positive here, due to padding. See https://github.com/ElementsProject/lightning/pull/2285 |
||||
|
leak:ccan/ccan/autodata/autodata.c |
||||
|
leak:ccan/ccan/htable/htable.c |
Loading…
Reference in new issue