Skip to content

Commit

Permalink
PS-8581: Merge MySQL 8.0.32 - add ASAN suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-kachan committed Feb 20, 2023
1 parent cc550bc commit fe198af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/lsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ leak:sasl_client_add_plugin

# The GSS API plugin for SASL has leaks.
leak:gss_acquire_cred_from

# The following line is needed to suppress memory leaks coming from standard /usr/bin/grep
# utility on Ubuntu 22.04 Jammy
leak:re_compile_internal

0 comments on commit fe198af

Please sign in to comment.