CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/05 06:51:32
Modified files:
usr.sbin/bgpctl: bgpctl.c
Log message:
Add a comment why network_bulk() is not using send_filterset(). Using
send_filterset() would result in a use after free because send_filterset()
frees the set after sending but network_bulk() runs in a loop.
