Skip to content

Commit

Permalink
MDEV-27964: A better work-around
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dr-m committed Mar 1, 2022
1 parent 72437cb commit 9af4c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mysql-test/include/have_crypt.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 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`) {
Expand Down
2 changes: 0 additions & 2 deletions mysql-test/main/func_crypt.test
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 9af4c7c

Please sign in to comment.