Module Name: src Committed By: ozaki-r Date: Thu Jul 6 09:48:42 UTC 2017
Modified Files: src/sys/netipsec: key.c Log Message: Avoid updating sav directly On SADB_UPDATE a target sav was updated directly, which was unsafe. Instead allocate another sav, copy variables of the old sav to the new one and replace the old one with the new one. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.