]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix various issues in snmplib
authorTomas Hozza <thozza@redhat.com>
Sun, 30 Dec 2012 07:31:50 +0000 (00:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 30 Dec 2012 07:31:50 +0000 (00:31 -0700)
commit8a72215a05182e92b6303edf6b6709d66038bf5e
tree3c6b50021f0edbe167760d9c58256cdad418b9f0
parentedb9384eb5ef10839ae08f89f0bff6f74c850d40
Fix various issues in snmplib

* Memory leaks in OID management

* NULL pointer dereference on OID tree creation

* Ensure buffer terminations on OID data copy

* Better file handle management

  Detected by Coverity Scan. Issues 740480, 740357, 740429,
    443111, 740479, 740500
snmplib/parse.c
snmplib/snmp_vars.c