https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195445

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
The regression was introduced in r228571, which was copied to the 10-STABLE
branch when it was created, but not merged to 9.

http://svnweb.freebsd.org/base/head/contrib/bsnmp/snmp_mibII/mibII.c?r1=228623&r2=228622&pathrev=228623

That change can't possibly work, because struct ifa_msghdr is just the header,
and does not include the payload of the message, which the IP addresses are
extracted from.

Reverting it fixes the problem for me on amd64 and i386. Presumably it may also
cause bsnmpd to fault on architectures with strict alignment requirements.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to