CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/13 11:06:56
Modified files:
sbin/iked : dh.c
Log message:
Avoid a potential double free in group_free()
In the unlikely event that EC_KEY_check_key() in ec_init() fails,
the group would be freed twice: once in ec_init(), and later in
group_free().
ok tobhe
