]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge r360138:
authorGleb Smirnoff <glebius@FreeBSD.org>
Sun, 10 May 2020 14:46:46 +0000 (14:46 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Sun, 10 May 2020 14:46:46 +0000 (14:46 +0000)
commit6d0e3cbac7f96482de36a161a460213649ccc5b9
treeafa30df66fc1bb08695885b4fc5da78a5203aa48
parent9ee881f6441d143935c75a9a010d98a04281b73a
Merge r360138:

  Fix immediate crash when snmpd is bound to a specific IP address.

  The code that sets up msghdr must first fully fill in the msghdr
  itself, and only then use CMSG_xxx() macros.

PR: 246323
contrib/bsnmp/snmpd/trans_inet.c