CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/30 09:48:30
Modified files:
sbin/iked : ikev2.c
Log message:
Only close the SA if an error happens before ikev2_msg_init() was called
to make sure we do not run ikev2_msg_cleanup() on an unitialized stack
variable.
ok deraadt@ reyk@
