]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix memory leak in ed25519_openssh_createkey
authorTim Kosse <tim.kosse@filezilla-project.org>
Mon, 23 Jan 2017 17:46:42 +0000 (18:46 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 28 Jan 2017 14:03:09 +0000 (14:03 +0000)
commite882b49051ad731686a97f7317289ef4229ec76a
tree42bb56800e11ff55895dab8afc96664c2bd650f8
parent4548f22b3811cbd59dd2f19fe80351bb12c9f3b8
Fix memory leak in ed25519_openssh_createkey

If q could not be read from the input blob, the allocated ec_key
structure was not freed.
sshecc.c