]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix memory leak when parsing SNMP packet (#313)
authorflozilla <fishyflow@gmail.com>
Wed, 24 Oct 2018 12:12:01 +0000 (14:12 +0200)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 24 Oct 2018 12:12:01 +0000 (01:12 +1300)
commit644131ff1e00c1895d77561f561d29c104ba6b11
treee651da2d8d87d4a88263f4b0ae4f633cb4fc18ef
parentee2444645dd6cacc2985fba2c4d37a49422e341a
Fix memory leak when parsing SNMP packet (#313)

SNMP queries denied by snmp_access rules and queries with certain
unsupported SNMPv2 commands were leaking a few hundred bytes each. Such
queries trigger "SNMP agent query DENIED from..." WARNINGs in cache.log.
src/snmp_core.cc