Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we
authortobhe <tobhe@openbsd.org>
Tue, 7 Sep 2021 14:09:04 +0000 (14:09 +0000)
committertobhe <tobhe@openbsd.org>
Tue, 7 Sep 2021 14:09:04 +0000 (14:09 +0000)
commitecdf68be13018fd974bcb3435f70e911bb87306a
tree8f87185903652b1710784fbe1cc6db80578138b2
parent8f4d0788dc1517838125f35ec156f8bdc096218b
Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we
don't delete the pointer.

ok markus@
sbin/iked/ikev2.c