CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/10 12:16:27
Modified files: sys/net : Tag: OPENBSD_7_6 pf.c Log message: The counter for halfopen states should be manipulated using atomic_ops(9f). In current code the counter may underflow. The issue has been noticed and reported by Pascal Stumpf (pascal _at_ stumpf _dot_ co). The change has been also kindly tested by Pascal. from sashan@; OK @bluhm, OK @dlg this is errata/7.6/017_pfsyncook.patch.sig