CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/28 11:47:29
Modified files:
usr.sbin/bgpd : rde_prefix.c
Log message:
In pt_fill set the refcnt to its maximum value to trigger an error
if pt_ref is called on such a pt_entry. Set refcnt to 0 in pt_alloc
since the value from pt_fill is copied over.
OK tb@
