]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: allow creation of adverts with no addresses
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 11 Feb 2019 16:36:09 +0000 (16:36 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit3d55d46721183994a5cbabe049b890a55c8dfef0
treeff7a1412ed04ef50f247ae645ccee3689255e6d5
parentbb95fd82bcda3fc00696c1c990a3b2d539b67339
vrrpd: allow creation of adverts with no addresses

Fuzz testing revealed a crash in which VRRPD tries to create an
advertisement packet with no IP addresses. Should never occur under
normal use but might as well patch.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vrrpd/vrrp_packet.c