Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Asan: ignore what looks like false positives of gcc-11.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 9 Sep 2021 19:38:15 +0000 (21:38 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 14 Sep 2021 13:33:56 +0000 (15:33 +0200)
Rationale: these errors are not reported with thread context factory, nor with
clang-12.

[ci-skip]

tools/address_sanitizer.supp

index 19d706c..995908e 100644 (file)
@@ -3,6 +3,10 @@
 # __gnu_cxx::__to_xstring
 #interceptor_via_fun:__to_xstring
 
+# for gcc-11
+interceptor_via_fun:__cxa_demangle
+interceptor_via_fun:__interceptor_sigaltstack
+
 # The following odr violations are reported by gcc-10. Alternatively these
 # warnings may be hidden with "ASAN_OPTIONS=detect_odr_violation=1".