mariadb/client
gkodinov 76fc1861ca MDEV-38642: Missing Null terminator in the definition of mysqldump's --system typelib
There was a missing NULL element terminator for --system's type
library definition.

This was causing a crash in find_type_eol when e.g. an incomplete
value was passed to --system where it keeps iterating until it
 finds the NULL as a typelib element.

Fixed by appending a NullS to the definition.
Test case added.
2026-01-23 15:27:56 +01:00
..
async_example.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
client_metadata.h MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
client_priv.h Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
CMakeLists.txt MDEV-33091 pcre2 headers aren't found on Solaris 2024-09-05 12:14:06 +10:00
completion_hash.cc Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mariadb-conv.cc mariadb-conv --character-sets-dir 2021-05-20 18:33:07 +02:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
mysql_plugin.c Fixed compiler warning from strncpy in mysql_plugin.c 2024-09-11 16:15:37 +03:00
mysql_upgrade.c Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysqladmin.cc Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
mysqlbinlog.cc MDEV-35806: Error in read_log_event() corrupts relay log writer, crashes server 2025-01-24 09:15:20 +00:00
mysqlcheck.c MDEV-34388: Stack overflow on Alpine Linux 2025-05-20 17:27:05 +03:00
mysqldump.c MDEV-38642: Missing Null terminator in the definition of mysqldump's --system typelib 2026-01-23 15:27:56 +01:00
mysqlimport.c MDEV-37483 - fix output differences Linux vs Windows in the test 2025-09-12 11:12:17 +02:00
mysqlshow.c Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
mysqlslap.c MDEV-34388: Stack overflow on Alpine Linux 2025-05-20 17:27:05 +03:00
mysqltest.cc 10.6 adjasts 2026-01-21 14:40:41 +01:00
readline.cc MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00