From 31e50c9c251a92f3d0431c434824ad1e17684b08 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 14 Oct 2020 17:16:28 +0200 Subject: [PATCH] contrib: remove ASAN suppressions My bad, i comitted them as part of the LSAN suppressions while this data race could have and had been fixed. Signed-off-by: Antoine Poinsot --- contrib/sanitizer_suppressions/asan | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 contrib/sanitizer_suppressions/asan diff --git a/contrib/sanitizer_suppressions/asan b/contrib/sanitizer_suppressions/asan deleted file mode 100644 index 45c1ff249..000000000 --- a/contrib/sanitizer_suppressions/asan +++ /dev/null @@ -1,3 +0,0 @@ -# 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