Skip to content

Commit c095283

Browse files
committed
MDEV-27964: tests - enable msan tests on have_crypt.inc
Old MSAN clang versions crashed on ENCRYPT's use of the crypt function. We've instrumented this in CI for testing.
1 parent 972dff0 commit c095283

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mysql-test/include/have_crypt.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# MDEV-27964 The function ENCRYPT() causes SIGSEGV in WITH_MSAN builds
2-
-- source include/not_msan.inc
31
# encrypt('a') is NULL if crypt(3) is not available
42
# encrypt('a') is "*0" in fips mode
53
if (`select length(encrypt('a')) > 3 IS NOT TRUE`) {

0 commit comments

Comments
 (0)