]> git.ipfire.org Git - thirdparty/squid.git/commit
ext_kerberos_ldap_group_acl: more memory leaks and NULL check cleanups
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Nov 2012 04:13:21 +0000 (21:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Nov 2012 04:13:21 +0000 (21:13 -0700)
commitb656d2120c29d906d783666c37c9ecb5ed741354
treebfe2a04c95e01f1a0e2da84e58f4ff9f64cbdd3b
parent4a07fc72fc58c589177a770439b5d4514b1a5729
ext_kerberos_ldap_group_acl: more memory leaks and NULL check cleanups

* remove some more useless NULL checks before xfree()

* add 'up' temporary allocation to the create_gd() cleanup

* document why gpbuf was added and is used for.

 Detected by Coverity Scan. Issues 740420, 740448, 740449
helpers/external_acl/kerberos_ldap_group/support_group.cc
helpers/external_acl/kerberos_ldap_group/support_ldap.cc