Sujatha Sivakumar
2a2641ad7f
Bug#16736412: THE SERVER WAS CRASHED WHILE EXECUTING
...
"SHOW BINLOG EVENTS"
Problem:
========
mysql was crashed after executing "show binlog events in
'mysql-bin.000005' from 99", the crash happened randomly.
Analysis:
========
During construction of LOAD EVENT or NEW LOAD EVENT object
if the starting offset is provided as incorrect value then
all the object members that are retrieved from the offset
are also invalid. Some times it will lead to out of bound
address offsets. In the bug scenario, the file name is
extracrated from an invalid address and the same is fed to
strlen(fname) function. Passing invalid address to strlen
will lead to crash.
Fix:
===
Validate if the given offset falls within the event boundary
or not.
sql/log_event.cc:
Added code to validate fname's address. "fname" should
be within event boundary. Added code to find invalid
invents.
2013-11-06 15:00:49 +05:30
..
2011-06-30 17:31:31 +02:00
2013-05-08 12:52:12 +02:00
2011-06-30 17:46:53 +02:00
2011-09-14 16:10:18 +02:00
2013-02-25 10:42:40 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2010-08-18 13:29:04 +02:00
2010-08-16 14:53:30 +02:00
2013-02-25 10:42:40 +01:00
2013-06-14 10:52:23 +02:00
2011-06-30 17:46:53 +02:00
2011-05-21 10:21:08 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2012-10-08 19:40:30 +05:30
2013-03-19 13:29:12 +01:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2013-07-24 15:44:41 +05:30
2013-07-24 15:44:41 +05:30
2013-07-24 15:44:41 +05:30
2013-07-24 15:44:41 +05:30
2013-02-25 15:26:00 +01:00
2013-06-14 10:52:23 +02:00
2013-02-25 15:26:00 +01:00
2013-10-29 19:55:38 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2012-08-07 19:07:13 +05:30
2013-02-25 15:26:00 +01:00
2013-03-19 13:29:12 +01:00
2013-08-20 13:12:34 +04:00
2013-03-19 13:29:12 +01:00
2013-03-19 15:53:48 +01:00
2013-03-19 15:53:48 +01:00
2013-03-19 15:53:48 +01:00
2011-08-15 20:12:11 +02:00
2013-03-19 13:29:12 +01:00
2013-11-05 19:25:26 +05:30
2013-10-21 12:07:02 +05:30
2013-10-09 13:32:31 +05:30
2012-10-08 19:40:30 +05:30
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2013-03-19 15:53:48 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-05-22 14:36:43 +05:30
2013-03-19 15:53:48 +01:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2013-04-20 12:36:11 +05:30
2013-05-23 15:00:31 +05:30
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2013-11-05 10:02:57 +01:00
2013-03-19 15:53:48 +01:00
2013-08-23 16:56:17 +05:30
2012-02-15 17:21:38 +01:00
2013-09-04 10:45:55 +05:30
2013-04-14 08:09:56 +05:30
2012-05-21 10:47:12 +02:00
2013-03-19 15:53:48 +01:00
2013-02-25 15:26:00 +01:00
2013-03-19 13:29:12 +01:00
2013-03-28 19:17:28 +05:30
2013-03-19 15:53:48 +01:00
2013-01-30 17:51:52 +01:00
2013-01-30 17:51:52 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-08-20 13:12:34 +04:00
2013-03-19 15:53:48 +01:00
2013-11-06 15:00:49 +05:30
2013-05-14 22:52:42 +05:30
2013-07-02 11:58:39 +05:30
2012-06-29 13:36:01 +02:00
2011-06-30 17:46:53 +02:00
2012-08-07 11:48:36 +05:30
2012-12-11 22:04:30 +04:00
2013-03-19 15:53:48 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-07-03 17:47:37 +02:00
2013-05-22 14:36:43 +05:30
2013-03-19 13:29:12 +01:00
2013-08-23 09:07:09 +05:30
2013-07-02 11:58:39 +05:30
2013-10-09 13:32:31 +05:30
2011-12-13 17:44:19 +02:00
2011-12-13 17:44:19 +02:00
2013-09-10 11:20:29 +02:00
2011-06-30 17:46:53 +02:00
2012-10-08 19:40:30 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-02-25 15:26:00 +01:00
2013-08-12 11:09:33 +02:00
2013-01-30 17:51:52 +01:00
2013-02-25 15:26:00 +01:00
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2012-11-07 19:08:33 +05:30
2011-06-30 17:46:53 +02:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:37:13 +02:00
2013-03-27 11:59:40 +05:30
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2012-02-16 10:48:16 +01:00
2012-02-16 10:48:16 +01:00
2013-02-25 15:26:00 +01:00
2012-02-16 10:48:16 +01:00
2012-02-16 10:48:16 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-08-20 13:12:34 +04:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2013-08-07 07:56:07 +05:30
2013-02-25 15:26:00 +01:00
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2013-09-05 13:40:27 +05:30
2013-09-05 13:40:27 +05:30
2011-06-30 17:46:53 +02:00
2013-06-10 22:29:41 +02:00
2013-07-24 15:44:41 +05:30
2011-06-30 17:46:53 +02:00
2012-02-16 10:48:16 +01:00
2013-03-19 13:29:12 +01:00
2013-08-20 13:12:34 +04:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-10-04 16:15:13 +02:00
2013-03-19 13:29:12 +01:00
2012-10-08 19:40:30 +05:30
2011-06-30 17:46:53 +02:00
2013-03-28 17:41:22 +02:00
2013-03-28 17:41:22 +02:00
2013-10-16 14:16:32 +05:30
2011-06-30 17:46:53 +02:00
2013-08-20 13:12:34 +04:00
2013-01-30 17:51:52 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-05-22 14:36:43 +05:30
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2013-07-02 11:58:39 +05:30
2013-08-23 09:07:09 +05:30
2013-08-20 13:12:34 +04:00
2013-08-20 13:12:34 +04:00
2013-01-15 15:30:26 +05:30
2011-06-30 17:46:53 +02:00
2013-05-13 17:15:25 +05:30
2011-06-30 17:46:53 +02:00
2013-08-20 13:12:34 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-08-23 09:07:09 +05:30
2013-11-01 16:52:21 +01:00
2013-03-19 13:29:12 +01:00
2013-08-23 09:07:09 +05:30
2012-05-28 11:14:43 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2013-03-19 13:29:12 +01:00
2013-08-23 09:07:09 +05:30
2011-06-30 17:46:53 +02:00
2012-06-12 15:04:57 +02:00
2011-06-30 17:46:53 +02:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2013-03-19 15:53:48 +01:00
2013-08-20 13:12:34 +04:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2013-08-23 09:07:09 +05:30
2011-06-30 17:46:53 +02:00
2013-09-09 12:43:08 +02:00
2013-06-24 11:11:55 +05:30
2013-03-19 13:29:12 +01:00
2012-09-12 08:59:44 +02:00
2013-10-16 11:49:00 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-07-24 15:44:41 +05:30
2011-06-30 17:46:53 +02:00
2013-10-18 17:14:39 +05:30
2011-06-30 17:46:53 +02:00
2013-02-26 17:57:05 +05:30
2011-06-30 17:46:53 +02:00
2013-10-18 13:49:03 +05:30
2013-02-14 17:03:49 +01:00
2011-11-15 22:00:14 +04:00
2011-06-30 17:46:53 +02:00
2013-05-19 23:38:06 +05:30
2012-06-29 13:36:01 +02:00
2013-08-28 14:54:53 +05:30
2011-06-30 17:46:53 +02:00
2012-10-21 20:34:41 +01:00
2012-10-12 22:59:21 +02:00
2013-02-25 15:26:00 +01:00
2011-11-17 09:00:58 +01:00
2010-12-07 16:11:13 +00:00
2013-06-12 09:35:33 +02:00
2011-06-30 17:46:53 +02:00
2013-09-10 09:35:49 +08:00
2013-03-19 13:29:12 +01:00
2013-05-23 15:00:31 +05:30
2013-03-20 11:20:12 +01:00
2011-06-30 17:46:53 +02:00
2013-02-25 15:26:00 +01:00
2013-08-23 18:56:31 +05:30
2013-02-25 15:26:00 +01:00
2012-10-04 16:15:13 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 13:29:12 +01:00
2013-03-19 15:53:48 +01:00
2013-02-25 15:26:00 +01:00
2013-03-12 22:44:32 +05:30
2013-08-20 13:12:34 +04:00
2013-06-12 09:35:33 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-03-19 15:53:48 +01:00
2011-07-04 01:25:49 +02:00
2012-09-22 18:07:04 +05:30
2010-10-06 11:34:28 -03:00
2012-02-16 10:48:16 +01:00
2013-03-19 13:29:12 +01:00
2011-07-11 11:27:52 +02:00
2011-06-30 17:46:53 +02:00
2013-05-06 15:01:57 +02:00
2011-06-30 17:46:53 +02:00
2013-08-23 09:07:09 +05:30
2011-06-30 17:46:53 +02:00
2013-06-24 11:11:55 +05:30
2013-03-19 15:53:48 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-09-05 13:40:27 +05:30
2013-06-21 14:18:01 +02:00
2013-03-19 15:53:48 +01:00
2013-05-13 17:15:25 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-08-26 14:43:12 +04:00
2013-08-20 13:12:34 +04:00
2013-03-19 13:29:12 +01:00
2013-02-25 15:26:00 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-09-18 17:32:02 +02:00
2011-07-04 01:25:49 +02:00
2013-03-19 15:53:48 +01:00