mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
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.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
# MDEV-27964 The function ENCRYPT() causes SIGSEGV in WITH_MSAN builds
|
||||
-- source include/not_msan.inc
|
||||
# encrypt('a') is NULL if crypt(3) is not available
|
||||
# encrypt('a') is "*0" in fips mode
|
||||
if (`select length(encrypt('a')) > 3 IS NOT TRUE`) {
|
||||
|
Reference in New Issue
Block a user