Browse Source
Fixed access to undefined memory found by valgrind and MSAN
Fixed access to undefined memory found by valgrind and MSAN
When my_vsnprintf() is patched, the code protected disabled with 'WAITING_FOR_BUGFIX_TO_VSPRINTF' should be enabled again. Also all %b formats in this patch should be revert to %s againbb-10.5-aria
13 changed files with 42 additions and 63 deletions
-
10extra/replace.c
-
5include/my_dbug.h
-
2mysql-test/main/sum_distinct-big.test
-
39mysql-test/valgrind.supp
-
2plugin/type_inet/sql_type_inet.cc
-
4sql/item_subselect.cc
-
2sql/protocol.cc
-
3sql/signal_handler.cc
-
2sql/tztime.cc
-
16storage/maria/ma_bitmap.c
-
8storage/maria/ma_blockrec.h
-
7storage/maria/ma_recovery.c
-
5storage/maria/ma_recovery_util.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue