Module Name: src Committed By: ozaki-r Date: Tue Jul 11 04:50:59 UTC 2017
Modified Files: src/sys/netipsec: key.c Log Message: Correct wrong assumption of sav->refcnt in key_delsah A sav in a list is basically not to be sav->refcnt == 0. And also KEY_FREESAV assumes sav->refcnt > 0. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.