Module Name: src Committed By: ozaki-r Date: Thu May 25 03:36:36 UTC 2017
Modified Files: src/sys/netipsec: key.c Log Message: Protect acqtree and regtree with a mutex (key_mtx) The data structures aren't used in any performance-sensitive paths, so just using a mutex to protect them is good enough. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.