CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/04 05:54:07
Modified files:
usr.sbin/bgpd : rde.c
Log message:
In rde_reload_done() prevent use-after-free in the RECONF_DELETE case.
After calling rib_free() set the rib pointer to NULL and continue (the
for loop) to the next rib. This prevents the use-after-free access after
the switch block.
Fix for CID 492352 and CID 492343
OK tb@
