summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-08-07 09:16:50 +0200
committerDaiki Ueno <ueno@gnu.org>2021-08-09 13:20:07 +0200
commitf23c3a6cba43706a6ebb3f9b0018cd658dcc0a72 (patch)
treebd1f9ba171e46093a7b3a68c9de835016bf396cb /devel
parentc4f1d5308f3c14f5a82dd1debf5dc0806f361399 (diff)
downloadgnutls-f23c3a6cba43706a6ebb3f9b0018cd658dcc0a72.tar.gz
mem: instrument with ASan memory poisoning as well as valgrind
This makes it possible to catch undefined memory access in the more lightweight CI runs. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/cppcheck.suppressions3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/cppcheck.suppressions b/devel/cppcheck.suppressions
index c572747c30..34c4d6bab0 100644
--- a/devel/cppcheck.suppressions
+++ b/devel/cppcheck.suppressions
@@ -14,6 +14,3 @@ invalidLifetime:lib/pkcs11_privkey.c:602
invalidLifetime:lib/pkcs11_privkey.c:603
invalidLifetime:lib/pkcs11_privkey.c:604
invalidLifetime:lib/pkcs11_privkey.c:606
-autoVariables:lib/stek.c:302
-autoVariables:lib/stek.c:306
-autoVariables:lib/stek.c:310