CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/07/28 00:52:05
Modified files: sys/net : if_pfsync.c Log message: pfsync_bulk_fail was mucking around with pfsync_softc and sending packets without holding splsoftnet. this adds the necessary protection. reported by patrick coleman