Code

Fixed some issues identified by static code analysis.
authorSebastian Harl <sh@tokkee.org>
Thu, 26 Dec 2013 12:49:55 +0000 (13:49 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 26 Dec 2013 12:49:55 +0000 (13:49 +0100)
The following issues were identified and fixed:

 * Allocator sizeof operand mismatch in dbi utils.
 * Dead increment in tools/sysdb/input.
 * Memory leak (and leaving behind invalid memory) in tools/sysdbd/configfile.
 * Out-of-bound array access in core/plugin (the original report by the clang
   analyzer was wrong but pointed to a location affected by a related
   problem).
 * Stack address stored into global variable in liboconfig.

Thanks to cppcheck and the clang analyzer!


No differences found