CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/11 15:19:09
Modified files:
sys/net : 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.
OK @bluhm, OK @dlg
