Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 641 Zap secure cookie contents when freeing Secure cookies are intended to hold secret values which may contribute to key data, and therefore should be sanitized when released. Also fix a memory leak in kdc_fast_make_cookie(). https://github.com/krb5/krb5/commit/73f0ee229fdd2e888bdefe580bb183d2a6c57365 Author: Greg Hudson Commit: 73f0ee229fdd2e888bdefe580bb183d2a6c57365 Branch: master src/include/k5-int.h | 3 +++ src/kdc/fast_util.c | 12 ++++++++---- src/lib/krb5/krb/kfree.c | 16 +++++++++++++++- src/lib/krb5/libkrb5.exports | 1 + 4 files changed, 27 insertions(+), 5 deletions(-)