kumquat-buildroot/package/netsnmp
Adam Wujek 5e6f6e0745 package/netsnmp: fix memory leak in IP-MIB when running without IPv6
In a Linux system without IPv6 support (or booted with "ipv6.disable=1")
file /proc/net/snmp6 is not present. If such file is not present an allocated
memory is not freed. Memory leak occurs even without snmp queries.

Problem seen at least since netsnmp 5.7.3 (probably even v5.6.1).
Patch backported from netsnmp 5.9, where the problem does not appear any more.

Signed-off-by: Adam Wujek <dev_public@wujek.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-12-23 09:33:37 +01:00
..
0001-configure-static-linking-Fix-SSL-checks.patch
0002-configure-Fix-lcrypto-lz-test.patch
0003-configure-fix-AC_CHECK_FUNCS-EVP_sha224-EVP_sha384-..patch
0004-configure-fix-AC_CHECK_FUNCS-TLS_method-TLSv1_method.patch
0005-MIB-II-Only-log-once-that-opening-proc-net-if_inet6-.patch
0006-IP-MIB-Linux-Fix-a-memory-leak-in-an-error-path.patch
Config.in
netsnmp.hash
netsnmp.mk
S59snmpd