mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			253 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			253 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# MDEV-15907 ASAN heap-use-after-free in strnmov / .. / fill_effective_table_privileges on concurrent GRANT and CREATE VIEW
 | 
						|
#
 | 
						|
PREPARE stmt2 FROM "CREATE VIEW v AS SELECT * FROM INFORMATION_SCHEMA.TABLES";
 | 
						|
FLUSH PRIVILEGES;
 | 
						|
EXECUTE stmt2;
 | 
						|
DROP VIEW v;
 |