]> the.earth.li Git - onak.git/commit
Fix issues found by llvm scan-build static analysis
authorJonathan McDowell <noodles@earth.li>
Sat, 9 Nov 2013 16:34:08 +0000 (08:34 -0800)
committerJonathan McDowell <noodles@earth.li>
Sat, 9 Nov 2013 16:34:08 +0000 (08:34 -0800)
commit83ae316a7b14e55418349e87d1a1942a0627ae14
tree22128afdea704a7a65315b66efee13485ee39a54
parent8e0907be1d73011075a99a0c029c56664e12843e
Fix issues found by llvm scan-build static analysis

A mixture of fixes: some variables set but never used (fix by either
removing or correctly checking error codes), some unlikely but possible
memory leaks, some invalid casting.
13 files changed:
decodekey.c
getcgi.c
keyd.c
keydb.c
keydb_db4.c
keydb_fs.c
keydb_hkp.c
keydb_keyd.c
keydctl.c
maxpath.c
onak.c
parsekey.c
sixdegrees.c