]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix incoming FPM message length validation 16171/head
authorMark Stapp <mjs@cisco.com>
Wed, 5 Jun 2024 18:37:41 +0000 (14:37 -0400)
committerMark Stapp <mjs@cisco.com>
Wed, 5 Jun 2024 18:37:41 +0000 (14:37 -0400)
commit28d2e126c7fea07de22e52201a70fbf0c94b5dc6
tree089b49b2bc0421d08e8c018603e695f5ec80a67c
parent2871a4e8cbd1ac15720947fed2faa37998b0035b
zebra: fix incoming FPM message length validation

Validate incoming message length against correct
(struct rtmsg) len, not top-level netlink message header size.

Signed-off-by: Mark Stapp <mjs@cisco.com>
zebra/dplane_fpm_nl.c