Skip to content

Commit

Permalink
Merge pull request #14873 from FRRouting/mergify/bp/stable/8.5/pr-14862
Browse files Browse the repository at this point in the history
zebra: fix dplane_ctx_iptable use-after-free (backport #14862)
  • Loading branch information
donaldsharp authored Nov 24, 2023
2 parents f0ffd9b + b5a64e1 commit 32d25b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra/zebra_dplane.c
Original file line number Diff line number Diff line change
Expand Up @@ -3550,6 +3550,7 @@ static int dplane_ctx_iptable_init(struct zebra_dplane_ctx *ctx,

ctx->zd_vrf_id = iptable->vrf_id;
memcpy(&ctx->u.iptable, iptable, sizeof(struct zebra_pbr_iptable));
ctx->u.iptable.interface_name_list = NULL;
if (iptable->nb_interface > 0) {
ctx->u.iptable.interface_name_list = list_new();
ctx->u.iptable.interface_name_list->del =
Expand Down

0 comments on commit 32d25b7

Please sign in to comment.