]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: make static analyzers happier with legacy config parsing
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Aug 2016 00:45:22 +0000 (12:45 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Aug 2016 00:45:22 +0000 (12:45 +1200)
commitba72460766dcc6ffd742610731d0183ba2f1566e
treef20290c2fc361aecd35618b12d30d4913cee704e
parent7b6ce1c0de9f3d45b820188a9aa8d1eebe436c27
Cleanup: make static analyzers happier with legacy config parsing

Use return statements after self_destruct() helps Coverity Scan see that
there is no NULL-dereference going on and lowers is false-positive rate.
src/cache_cf.cc