From: Date: March 1 2006 11:45am Subject: bk commit into 5.1 tree (midom:1.2181) BUG#17457 List-Archive: http://lists.mysql.com/commits/3306 X-Bug: 17457 Message-Id: <20060301104532.EE84C16490E@flute.local> Below is the list of changes that have just been committed into a local 5.1 repository of midom. When midom does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2181 06/03/01 12:45:13 midom@stripped +1 -0 fixed BINLOG crashes in case of badly formed statement (Bug #17457) sql/sql_binlog.cc 1.2 06/03/01 12:41:45 midom@stripped +1 -1 Initialize event pointer to nil, 'ev' is used in end: section, thus initialization blocks were skipped # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: midom # Host: flute.local # Root: /Users/midom/Development/mysql-5.1-new --- 1.1/sql/sql_binlog.cc 2005-12-22 07:34:49 +02:00 +++ 1.2/sql/sql_binlog.cc 2006-03-01 12:41:45 +02:00 @@ -58,7 +58,7 @@ const char *error= 0; char *buf= (char *) my_malloc(event_len, MYF(MY_WME)); - Log_event *ev; + Log_event *ev = 0; int res; /*