]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix memory leak in SPAKE kdcpreauth module
authorsashan <anedvedicky@gmail.com>
Thu, 26 May 2022 06:51:10 +0000 (08:51 +0200)
committerGreg Hudson <ghudson@mit.edu>
Tue, 31 May 2022 23:31:31 +0000 (19:31 -0400)
commit445e1b32767af3041ffd1823996d05ffec6fc9d5
tree1b5d5f817b6715302549e9e573a93cd5a719f9d8
parent2b34a007461065e0cab4490dfe1ae5ddd10da67b
Fix memory leak in SPAKE kdcpreauth module

Commit ff57dc682a27bd205d715f3c0bed84890f2453c4 introduced a memory
leak into verify_response().  reply_key is no longer passed to the
callback and therefore needs to be freed by this function.

[ghudson@mit.edu: rewrote commit message]

ticket: 9061 (new)
tags: pullup
target_version: 1.20-next
src/plugins/preauth/spake/spake_kdc.c