Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 506 Fix minor leak in krb5_get_fallback_host_realm() In domain_fallback_realm(), if profile_get_integer() fails, uhost is leaked. Fix this bug by using the cleanup handler instead of returning immediately. Reported by Bean Zhang. https://github.com/krb5/krb5/commit/80ea4fe833c72e3be47509a3216eee726c5fdb26 Author: Greg Hudson Commit: 80ea4fe833c72e3be47509a3216eee726c5fdb26 Branch: master src/lib/krb5/os/hostrealm_domain.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)