CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/30 04:29:51
Modified files:
usr.sbin/bgpd : chash.c
Log message:
Switch the error handling in various internal functions to follow a
common goto fail stile. In the fail code path use the fact that untouched
values are NULL and so only cleanup the bits that have been initalized.
This is a little less error prone over the current way where on each
failure the right amount of unrolling needs to happen.
OK tb@
