lp://staging/~stewart/drizzle/cleanups-1
- Get this branch:
- bzr branch lp://staging/~stewart/drizzle/cleanups-1
Branch merges
- Drizzle Trunk: Pending requested
-
Diff: 243 lines (+15/-40)14 files modifiedclient/drizzledump_drizzle.cc (+2/-2)
client/drizzledump_mysql.cc (+2/-2)
client/drizzletest.cc (+2/-2)
drizzled/internal/mf_format.cc (+1/-9)
drizzled/internal/my_sys.h (+0/-1)
drizzled/item/cmpfunc.h (+1/-4)
plugin/collation_dictionary/character_sets.cc (+1/-0)
plugin/collation_dictionary/collations.cc (+1/-0)
plugin/connection_id/connection_id.cc (+2/-2)
plugin/innobase/handler/ha_innodb.h (+1/-1)
plugin/json_server/sql_executor.cc (+1/-1)
plugin/myisam/ha_myisam.cc (+0/-14)
plugin/myisam/ha_myisam.h (+0/-1)
plugin/myisam/mi_open.cc (+1/-1)
Branch information
Recent revisions
- 2631. By Stewart Smith
-
Attempt to fix CID 980642 (#1 of 1): Uninitialized pointer read (UNINIT)
6. uninit_use: Using uninitialized value "index".Basically try and make the code a bit more obvious that we do in fact
alloc index on first run through. - 2630. By Stewart Smith
-
Attempt to fix CID 980643 (#1 of 1): Uninitialized pointer read (UNINIT)
6. uninit_use: Using uninitialized value "index".Basically, false positive but we could make the code a bit more obvious
that the first run through we were going to allocate index. - 2629. By Stewart Smith
-
Fix Coverity found bug in drizzletest.cc:
CID 973171 (#1 of 1): Out-of-bounds access (OVERRUN)
2. alloc_strlen: Allocating insufficient memory for the terminating null of the string.This isn't exploitable, just test suite.
- 2628. By Stewart Smith
-
Fix the following Coverity warning in class COND_EQUAL
CID 973373 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member "max_members" is not initialized in this constructor nor in any functions that it calls. - 2627. By Stewart Smith
-
data_file_name and index_file_name in ha_myisam were actually all just dead code
- 2625. By Stewart Smith
-
fn_format codepath for MY_RESOLVE_SYMLINKS could leave string not null terminated. Turns out that was only ever set from MyISAM, which is pretty safe to not resolve symlinks now as it's temp only.
- 2624. By Stewart Smith
-
drizzletest.cc: strncpy with sizeof() rather than sizeof()-1, so string could be not null terminated
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/drizzle