CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/28 10:32:42
Modified files:
sbin/isakmpd : dh.c
Log message:
Avoid double free in isakmpd
In the unlikely event that EC_KEY_check_key() in ec_init() fails,
group->ec would be freed first in ec_init() then in group_free().
Same problem was fixed in iked/dh.c r1.31 (where it originally came
from).
ok jsg mbuhl
