]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Ensure that message received from mlag will fit
authorDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 17:04:20 +0000 (13:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 17:12:26 +0000 (13:12 -0400)
commit7692744f2c922e1621063ff4c44b94dff05bb6a9
tree940f537d3bb37cee3d3ab9c9455620ebfa4823a4
parentf24d9ab66758a955300b2134894420b5af095b77
zebra: Ensure that message received from mlag will fit

If we receive a message that is greater than our buffer
size we are in a situation where both the read and write
buffers are fubar'ed beyond the end.  Assert when we notice
this fact.

Ticket: CM-31576
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_mlag_private.c