mariadb/client
unknown 71c896c2bf Bug#21042 mysql client segfaults on importing a mysqldump export
- Use strmake, that will both protect the buffer and make sure it's terminated by a zero
 - Add test case


client/mysql.cc:
  Use strmake instead of strxnmov as that function will make sure the string is terminated by 0
mysql-test/r/mysql.result:
  Update test result
mysql-test/t/mysql.test:
  Add test case
2006-07-31 14:22:32 +02:00
..
.cvsignore
client_priv.h
completion_hash.cc
completion_hash.h
get_password.c
Makefile.am Bug#10877 mysqldump should use consistent last line 2006-07-24 10:56:33 +02:00
my_readline.h
mysql.cc Bug#21042 mysql client segfaults on importing a mysqldump export 2006-07-31 14:22:32 +02:00
mysql_upgrade.c
mysqladmin.cc
mysqlbinlog.cc
mysqlcheck.c
mysqldump.c Bug#10877 mysqldump should use consistent last line 2006-07-24 10:56:33 +02:00
mysqlimport.c
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c
mysqltest.c Bug#19890 mysqltest: "query" command is broken 2006-07-26 14:02:24 +02:00
readline.cc
sql_string.cc
sql_string.h