File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
contrib/sanitizer_suppressions Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -223,10 +223,6 @@ $CC ${CWARNFLAGS-$BASE_WARNFLAGS} $CDEBUGFLAGS $COPTFLAGS -o $CONFIGURATOR $CONF
223
223
echo " done"
224
224
225
225
if [ " $ASAN " = " 1" ]; then
226
- if [ " $CC " = " clang" ]; then
227
- echo " Address sanitizer (ASAN) is currently only supported with gcc"
228
- exit 1
229
- fi
230
226
if [ " $VALGRIND " = " 1" ]; then
231
227
echo " Address sanitizer (ASAN) and valgrind cannot be enabled at the same time"
232
228
exit 1
Original file line number Diff line number Diff line change
1
+ # process_check_funding_broadcast is racy as it operates on a data that may be
2
+ # freed under its feet
3
+ interceptor_via_fun:process_check_funding_broadcast
Original file line number Diff line number Diff line change
1
+ # Clang would detect false positive here, due to padding. See https://github.com/ElementsProject/lightning/pull/2285
2
+ leak:ccan/ccan/autodata/autodata.c
3
+ leak:ccan/ccan/htable/htable.c
You can’t perform that action at this time.
0 commit comments