CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 03:22:10
Modified files:
usr.sbin/bgpd : chash.c
Log message:
Fix two memory accounting issues in chash
- ch_table_resize() did not increase the global cc_num_extendible value
- ch_sub_free() can be called with NULL pointer arguments and in that
case the accounting must be skipped
OK tb@
