Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) From: ghudson@mit.edu Subject: git commit Content-Length: 581 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] https://github.com/krb5/krb5/commit/445e1b32767af3041ffd1823996d05ffec6fc9d5 Author: sashan Committer: Greg Hudson Commit: 445e1b32767af3041ffd1823996d05ffec6fc9d5 Branch: master src/plugins/preauth/spake/spake_kdc.c | 1 + 1 file changed, 1 insertion(+)