freebsd-dev/contrib/bsnmp/snmp_mibII
Bjoern A. Zeeb ce42ce038e Try to fix a bug introduced in r228623. We started to copy the ifa_msghdr
as otherwise platforms with strict alignment would break.  It's unclear
to me if there's also a problem with access to the address list following
the structure.  However we never copied the address list after the structure
and thus are pointing at random memory.  For now just use a pointer to the
original memory for accessing the address list making it at least work on
platforms with weak memory access.

PR:			195445
Reported by:		wolfgang lyxys.ka.sub.org
Tested by:		wolfgang lyxys.ka.sub.org (x86)
MFC after:		3 days
2016-02-03 11:03:44 +00:00
..
BEGEMOT-IP-MIB.txt
BEGEMOT-MIB2-MIB.txt Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded system. 2009-12-03 16:08:00 +00:00
mibII_begemot.c Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded system. 2009-12-03 16:08:00 +00:00
mibII_ifmib.c
mibII_ifstack.c
mibII_interfaces.c Fill the ifAlias leaf of the ifXTable with the interface description 2016-01-21 16:11:20 +00:00
mibII_ip.c Fix variable 'old' is used uninitialized whenever '&&' condition is false. 2015-08-07 06:15:01 +00:00
mibII_ipaddr.c
mibII_nettomedia.c
mibII_rcvaddr.c
mibII_route.c Looks like support.h is really not needed here. 2012-10-18 13:46:26 +00:00
mibII_tcp.c Grab value for LEAF_tcpCurrEstab from net.inet.tcp.stats instead of 2016-01-27 00:50:27 +00:00
mibII_tree.def Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded system. 2009-12-03 16:08:00 +00:00
mibII_udp.c
mibII.c Try to fix a bug introduced in r228623. We started to copy the ifa_msghdr 2016-02-03 11:03:44 +00:00
mibII.h Change the variable to a #define in order to make gcc happy which 2016-01-22 15:03:22 +00:00
snmp_mibII.3 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-24 06:26:38 +00:00
snmp_mibII.h