Skip to content

Commit

Permalink
Cleanup: have_sanitizer='ASAN,UBSAN'
Browse files Browse the repository at this point in the history
This was suggested by Sergei Golubhick.
Fixes up commit b91a123
  • Loading branch information
dr-m committed Mar 23, 2022
1 parent 9595ea8 commit 44231dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sys_vars.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5082,7 +5082,7 @@ static Sys_var_have Sys_have_symlink(

# ifdef __SANITIZE_ADDRESS__
# ifdef WITH_UBSAN
# define SANITIZER_MODE "ASAN+UBSAN"
# define SANITIZER_MODE "ASAN,UBSAN"
# else
# define SANITIZER_MODE "ASAN"
# endif
Expand Down

0 comments on commit 44231dc

Please sign in to comment.