]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix CID 1503308: Logically dead code (DEADCODE) (#1036)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 29 Apr 2022 23:16:15 +0000 (23:16 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 30 Apr 2022 07:46:38 +0000 (07:46 +0000)
commit24ed8c0c0ab77815a9afa0fa4b0fa410847ba9a8
tree10fd58f2256e659502cd14ebc15726e9f02f810f
parent1a78f6e83aa5fa3cbc64e9e72c5c9e5367128150
Fix CID 1503308: Logically dead code (DEADCODE) (#1036)

The rsa variable has already been checked for nil and
cannot be unset before this extra check.

Detected by Coverity Scan
src/ssl/gadgets.cc