mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Use after free in authentication
This commit is contained in:
5
mysql-test/r/connect_debug.result
Normal file
5
mysql-test/r/connect_debug.result
Normal file
@ -0,0 +1,5 @@
|
||||
set @old_dbug=@@global.debug_dbug;
|
||||
set global debug_dbug='+d,auth_disconnect';
|
||||
create user 'bad' identified by 'worse';
|
||||
set global debug_dbug=@old_dbug;
|
||||
drop user bad;
|
Reference in New Issue
Block a user