CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2022/02/08 11:08:33
Modified files: sys/net : pf.c Log message: Do not /0 if timeout[PFTM_INTERVAL] manages to become zero crash noticed by gnezdo, a seperate commit will fix the identified cause, but being careful at this point is a good idea. ok sashan