Bug #20579 | memory bug (valgrind): Syscall param write(buf) points to uninitialised byte | ||
---|---|---|---|
Submitted: | 20 Jun 2006 16:16 | Modified: | 13 Jul 2006 3:50 |
Reporter: | Andrei Elkin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.23 | OS: | Linux (RHAS3 EM64T Valgrind) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
[20 Jun 2006 16:16]
Andrei Elkin
[21 Jun 2006 9:22]
Andrei Elkin
should relate to bug#19022: Memory bug when switching db during trigger execution. My conclusion is based on observation of #20579 fails on by 0x617C73: mysql_insert(THD*, st_table_list*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) (sql_insert.cc:570) which is the following, not the preceeding!, to #19022's failing line: by 0x5F859F: mysql_insert(THD*, st_table_list*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) (sql_insert.cc:569) I assume we are better to check the case with #19022 fix first.
[27 Jun 2006 23:22]
Konstantin Osipov
Lars, please review or assign a reviewer. Thanks.
[28 Jun 2006 19:49]
Konstantin Osipov
This is the same patch as the patch for Bug#19022. Approved over email and irc by Andrei Elkin.
[28 Jun 2006 19:49]
Konstantin Osipov
Pushed into 5.0-runtime.
[30 Jun 2006 12:34]
Konstantin Osipov
Pushed into 5.0-release and 5.0
[6 Jul 2006 19:32]
Paul DuBois
Noted in 5.0.23 changelog. Will need three-part version number for 5.1 when the patch merges up.
[7 Jul 2006 18:13]
Konstantin Osipov
Merged into 5.1 tree currently tagged 5.1.12
[13 Jul 2006 3:50]
Paul DuBois
Noted in 5.1.12 changelog.