CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/12 16:29:15
Modified files:
sys/net : pf_ioctl.c
Log message:
Fix error handling in pf_sourcelim_add()
There are two issues in pf_sourcelim_add() error path:
- stale pointers are left in pf_sourcelim_id_tree_inactive when
duplicate source limiter instance is found in pf_sourcelim_nm_tree
- overload table may leak when insertion of new source limiter instance
fails.
Both issues reported and patch submitted by:
Renaud Allard <renaud () allard ! it>
OK sashan@