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: 457 Fix leak in k5_free_cammac() free_vmac(), a helper function used by k5_free_cammac(), must free its val pointer as well as the contents; otherwise the krb5_verifier_mac container is leaked. https://github.com/krb5/krb5/commit/d9d6e7e9aa619d5bd35fa6e4468683ee7ddb5e5d Author: Greg Hudson Commit: d9d6e7e9aa619d5bd35fa6e4468683ee7ddb5e5d Branch: master src/lib/krb5/krb/kfree.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)