We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b288c21 commit 18a763aCopy full SHA for 18a763a
src/valgrind_ctime_test.c
@@ -11,7 +11,7 @@
11
#include "checkmem.h"
12
13
#if !SECP256K1_CHECKMEM_ENABLED
14
-# error "This tool cannot be compiled without memory-checking interface (valgrind)"
+# error "This tool cannot be compiled without memory-checking interface (valgrind or msan)"
15
#endif
16
17
#ifdef ENABLE_MODULE_ECDH
@@ -38,7 +38,7 @@ int main(void) {
38
int ret, i;
39
40
if (!SECP256K1_CHECKMEM_RUNNING()) {
41
- fprintf(stderr, "This test can only usefully be run inside valgrind.\n");
+ fprintf(stderr, "Unless compiled under msan, this test can only usefully be run inside valgrind.\n");
42
fprintf(stderr, "Usage: libtool --mode=execute valgrind ./valgrind_ctime_test\n");
43
return 1;
44
}
0 commit comments