CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/12 09:57:00
Modified files:
sbin/iked : dh.c
sbin/isakmpd : dh.c
Log message:
DH_compute_key() returns -1 on error but this was not
handled by testing the result with a negation.
Ralf Horstmann discovered iked would segfault
when connecting from Strongswan on Android because
of this and supplied the patch to fix the problem.
ok reyk@
