]> 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>
Fri, 26 Oct 2018 12:50:17 +0000 (01:50 +1300)
commit983c5c36e5f109512ed1af38a329d0b5d0967498
tree064b2bd7bc926ea277eb51f18d99ce5f82a1d0ea
parentbe12e6eea39fd377d425231b83252723005718a8
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