]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Prevent from one more CVE triggering this place
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 27 Mar 2024 17:08:38 +0000 (19:08 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 29 Mar 2024 07:13:11 +0000 (09:13 +0200)
commitbabb23b74855e23c987a63f8256d24e28c044d07
tree8a32d0bf398c243b4b7127077469225ddc734571
parentba6a8f1a31e1a88df2de69ea46068e8bd9b97138
bgpd: Prevent from one more CVE triggering this place

If we receive an attribute that is handled by bgp_attr_malformed(), use
treat-as-withdraw behavior for unknown (or missing to add - if new) attributes.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_attr.c