Home
last modified time | relevance | path

Searched hist:ae5d40d6 (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/iked/
H A Ddh.cae5d40d6 Mon Dec 13 18:06:56 GMT 2021 tb <tb@openbsd.org> 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