mariadb/client
Marko Mäkelä a1846b7a64 MDEV-22035 Memory leak in main.mysqltest
The test main.mysqltest could crash or hang with
cmake -DWITH_ASAN=ON builds. The reason appears to be
a memory leak, which was found out by manually invoking

echo --replace_regex a > file
ASAN_OPTIONS=log_path=/dev/shm/asan mysqltest ... < file

and then examining the /dev/shm/asan.* file.
2020-04-01 12:08:45 +03:00
..
async_example.c
client_priv.h Merge 10.1 into 10.2 2020-04-01 09:19:37 +03:00
CMakeLists.txt Only link mysys_ssl when required. 2019-06-03 09:55:59 +02:00
completion_hash.cc
completion_hash.h
echo.c
my_readline.h
mysql.cc Merge branch '10.1' into 10.2 2019-12-03 14:45:06 +01:00
mysql_plugin.c
mysql_upgrade.c MDEV-10047: table-based master info repository 2020-03-13 14:00:03 +05:30
mysqladmin.cc MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlbinlog.cc Merge 10.1 into 10.2 2020-03-13 07:20:36 +02:00
mysqlcheck.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqldump.c Merge 10.1 into 10.2 2020-04-01 09:19:37 +03:00
mysqlimport.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlshow.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlslap.c
mysqltest.cc MDEV-22035 Memory leak in main.mysqltest 2020-04-01 12:08:45 +03:00
readline.cc
sql_string.cc.dontuse
sql_string.h.dontuse