We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396e885 commit f55703bCopy full SHA for f55703b
configure.ac
@@ -248,7 +248,7 @@ if test x"$enable_ctime_tests" = x"auto"; then
248
fi
249
250
print_msan_notice=no
251
-if test x"$enable_ctime_tests" = x"yes" && test x"$GCC" = x"yes"; then
+if test x"$enable_ctime_tests" = x"yes"; then
252
SECP_MSAN_CHECK
253
# MSan on Clang >=16 reports unitialized memory in function parameters and return values, even if
254
# the uninitalized variable is never actually "used". This is called "eager" checking, and it's
0 commit comments