CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/08/08 14:06:29
Modified files: usr.sbin/bgpd : carp.c control.c kroute.c mrt.c pftable.c Log message: Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even though some sockets are open for a short time it does not hurt and it ensures that there is no file descriptor leak. OK deraadt@ bluhm@