CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/08 21:20:46
Modified files:
sbin/unwind : frontend.c parse.y unwind.c
Log message:
Check for and handle duplicates on RB_INSERT
If the configuration contains duplicate domains in the block list
file or a force list, the nodes would leak in the frontend process
each time the config is reloaded. Also add a check when copying the
force list over imsg and fatal if a duplicate is encountered. This
should never happen.
ok florian
