git: pf - Fix SMP race in max-src-nodes, max-src-conn tracking
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Apr 27 20:04:00 PDT 2019
commit 130ca7093e9699c2a9d492fc49844af714942589
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/130ca7093e9699c2a9d492fc49844af714942589
--
DragonFly BSD source repository
More information about the Commits
mailing list