1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Alexey Kopytov 025ca02f28 Bug #41943: mysqlbinlog.exe crashes if --hexdump option is used
The --hexdump option crashed mysqlbinlog when used together  
with the --read-from-remote-server option due to use of  
uninitialized memory.  
  
Since Log_event::print_header() relies on temp_buf to be  
initialized when the --hexdump option is present,  
dump_remote_log_entries() was fixed to setup temp_buf to point  
to the start of a binlog event as done in  
dump_local_log_entries().  
 
The root cause of this bug is identical to the one for 
bug #17654. The latter was fixed in 5.1 and up, so this 
patch is backport of the patches for bug #17654 to 5.0. 
 
Only 5.0 needs a changelog entry.
2009-05-07 18:31:02 +04:00
..
2007-11-06 20:31:40 +02:00
2007-12-13 15:47:23 +04:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2009-02-06 18:25:08 +01:00
2009-02-14 12:09:35 +03:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-07-11 18:45:35 -07:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05:00
2007-10-26 08:42:33 +02:00
2007-03-21 09:13:05 +01:00
2008-01-27 16:41:29 +01:00
2007-11-05 20:18:22 +01:00
2007-11-20 20:15:20 +04:00
2009-02-27 18:07:58 +02:00
2009-02-27 16:11:15 +02:00
2007-11-30 18:06:28 +01:00
2008-04-04 01:16:55 +04:00
2009-04-28 05:19:13 +05:00
2007-06-06 18:55:21 +05:00
2009-02-09 21:52:40 +01:00
2008-08-26 14:21:07 +05:00
2007-04-17 12:32:01 +02:00
2008-03-14 20:51:32 +01:00
2007-03-29 09:08:30 +05:00
2009-03-27 15:58:34 +03:00
2007-06-03 15:56:48 +04:00