CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/03/02 09:57:42
Modified files: sys/net : bpf.c Log message: Protect the calls to ifpromisc() in bpf(4) with net lock. This affects the bpfioctl() and bpfclose() path. lock assertion reported and fix tested by Pierre Emeriaud; OK visa@