Skip to content

Commit f288619

Browse files
authored
Merge pull request FRRouting#20410 from donaldsharp/eigrp_crash
eigrpd: Prevent crash in packet handling
2 parents 4e4bbd6 + 146fa6a commit f288619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eigrpd/eigrp_update.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ static void eigrp_update_send_to_all_nbrs(struct eigrp_interface *ei,
529529
continue;
530530

531531
if (packet_sent)
532-
ep_dup = eigrp_packet_duplicate(ep, NULL);
532+
ep_dup = eigrp_packet_duplicate(ep, nbr);
533533
else
534534
ep_dup = ep;
535535

0 commit comments

Comments
 (0)