git: DragonFly_RELEASE_5_4 pf - Fix SMP race in max-src-nodes, max-src-conn tracking
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Apr 27 20:04:25 PDT 2019
commit af7431d1b578cbe687201aa33da5f00b98a3b0a5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Apr 27 20:02:39 2019 -0700
pf - Fix SMP race in max-src-nodes, max-src-conn tracking
* Fix a SMP race in max-src-nodes tracking where an atomic op was
not being used.
* Fix a possible SMP race in max-src-conn tracking where atomic ops
were not being used.
Reported-by: zach
Summary of changes:
sys/net/pf/pf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af7431d1b578cbe687201aa33da5f00b98a3b0a5
--
DragonFly BSD source repository
More information about the Commits
mailing list