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: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 495 Don't free caller's principal in vfy_increds #7125 took out the copy of the krb5_verify_init_creds server argument but left in the corresponding free, so it was freeing a caller-owned principal. Reported by Russ Allbery. https://github.com/krb5/krb5/commit/dd64191e02df0a13b29345e4c50fe03e039dc207 Author: Greg Hudson Commit: dd64191e02df0a13b29345e4c50fe03e039dc207 Branch: master src/lib/krb5/krb/vfy_increds.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)