CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/03 03:00:15
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Fix possible use-after-free in up_generate_addpath()
adjout_prefix_withdraw() is too complex to be sure that there is never a
case where the prefix is removed and freed. So use the safe idiom and fetch
the next element before calling adjout_prefix_withdraw().
Fix for CID 500335
OK tb@
