]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Ensure we have some non header lsa data
authorDonald Sharp <sharpd@nvidia.com>
Tue, 10 Aug 2021 23:21:19 +0000 (19:21 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 14 Sep 2021 17:07:06 +0000 (13:07 -0400)
commitcf680c38a91f92f3389c08b947faa37a16f08076
tree20567c2166e495916b5a3d0a3c1ea6bd0c1c891d
parent2a8ded2b97b578a98ce4805d2d57e785f2acd0ac
ospfd: Ensure we have some non header lsa data

In some cases FRR is receiving a lsa data packet
with a length set to the length of the header only.
If we are expecting data from a peer in the form
of lsa data.  Let's enforce it.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_opaque.h
ospfd/ospf_packet.c