CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2019/08/26 12:53:58
Modified files: sbin/pfctl : parse.y sbin/ipsecctl : parse.y Log message: Fix file descriptor leak due to popfile() never closing the main config file. The fix is the same as for other parse.y files in the tree (see bgpd(8) or unwind(8)) ok bluhm@