author | Sebastian Harl <sh@tokkee.org> | |
Thu, 26 Dec 2013 12:49:55 +0000 (13:49 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 26 Dec 2013 12:49:55 +0000 (13:49 +0100) | ||
commit | 43d4ef45a3f0ef8c04f9fb9426be8ee2cf25f68a | |
tree | cb3f3beeb2410e7a3cb4011a42049d228a611d21 | tree | snapshot |
parent | 7428c306d4b24990f4156902b71b63b37db626ac | commit | diff |
Fixed some issues identified by static code analysis.
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!
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!