summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-01-17 15:08:11 +0100
committerSergei Golubchik <serg@mariadb.org>2020-01-18 00:05:16 +0100
commit4d1c1b23e1373bbd4e72f524e855f1db076d2c73 (patch)
treea8bd7ad84d5e8d200136e30861148bb0c17fc162 /mysql-test/r
parent49b9ce15ef1e27ce27b6c173ec8f82dcdffba956 (diff)
downloadmariadb-git-mariadb-5.5.67.tar.gz
Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN_PLUGIN_AUTH)mariadb-5.5.67
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/connect_debug.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/connect_debug.result b/mysql-test/r/connect_debug.result
index 3151166a0e6..c455363eb41 100644
--- a/mysql-test/r/connect_debug.result
+++ b/mysql-test/r/connect_debug.result
@@ -8,3 +8,11 @@ create user 'bad' identified by 'worse';
ERROR 2059 (HY000): Authentication plugin 'foo/bar' cannot be loaded: invalid plugin name
set global debug_dbug=@old_dbug;
drop user bad;
+set global debug_dbug='+d,increase_srv_handshake_scramble_len';
+connect(localhost,root,,test,MASTER_MYPORT,MYSQL_TMP_DIR/mysqld.1.sock);
+ERROR HY000: Malformed packet
+set global debug_dbug=@old_dbug;
+set global debug_dbug='+d,poison_srv_handshake_scramble_len';
+connect(localhost,root,,test,MASTER_MYPORT,MYSQL_TMP_DIR/mysqld.1.sock);
+ERROR HY000: Malformed packet
+set global debug_dbug=@old_dbug;