-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Workflows extended with AddressSanitizer configurations (#36)
Added new 'WITH_ASAN' CMake option that when enabled adds '-fsanitize=address' to both compiler and linker options. Removed 'cerr' redirection to '/dev/nul' from the '$BINSRV' invocations from the 'binlog_streaming.binsrv' MTR test case for better ASan error visibility. Fixed incorrect 'binlog_server' help message - added missing storage parameters. Added two new configurations to the GitHub Workflows matrix: * 'GCC 13 ASan' * 'CLang 17 ASan' MTR will be run with '--sanitize' option in these configurations.
- Loading branch information
1 parent
e785d82
commit 3e53133
Showing
4 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters