mirror of
https://github.com/MariaDB/server.git
synced 2026-02-12 21:58:41 +01:00
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.
6 lines
133 B
Text
6 lines
133 B
Text
#
|
|
# MDEV-38642 Missing Null terminator in the definition of mysqldump's
|
|
# --system typelib
|
|
#
|
|
# Should not crash
|
|
# End of 10.6 tests
|