]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add checks performed by i/o code
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 21 Nov 2019 04:35:44 +0000 (23:35 -0500)
committerQuentin Young <qlyoung@nvidia.com>
Mon, 15 Nov 2021 19:42:31 +0000 (14:42 -0500)
commitceb7c2d58573db4d08b84c9f180eb8bdfb40d85a
tree69ec9445f53f0fdaffc0b6de8bd18aa13a84831e
parent50f25480be6793bde30e6550c6858b4fbdb934a0
bgpd: add checks performed by i/o code

Getting some false positives from AFL because we aren't performing
checks that are performed by the I/O thread before the packet processor
is ever invoked. Add those checks.

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