]> git.ipfire.org Git - thirdparty/squid.git/commit
Various pointer and syntax errors.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2010 08:15:38 +0000 (21:15 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2010 08:15:38 +0000 (21:15 +1300)
commit8df4471634fad62a3a748ba3ff39b0434736e758
treeb5029638550bead92e629362cbf885e9ccfd1f7d
parent6a7f4dec1defc21c1e4469788ed25c8eb891a5c6
Various pointer and syntax errors.

Uncovered by Pawel Worach using clang static analysis tool.

Fixes:
 * several NULL pointer dereferences
 * several unused variable return saves
 * a parentheses typo
lib/charset.c
lib/radix.c
src/cf_gen.cc
tools/cachemgr.cc