mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27964: A better work-around
Already the detection part of have_crypt.inc must be skipped in WITH_MSAN builds until the SIGSEGV in the crypt() interceptor has been fixed.
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
-- source include/have_crypt.inc
|
||||
# MDEV-27964 The function ENCRYPT() causes SIGSEGV in WITH_MSAN builds
|
||||
-- source include/not_msan.inc
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
|
Reference in New Issue
Block a user