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: 468 Fix iprop server stub error management The ipropd stubs free client_name and server_name in the cleanup handler, so should not free them in out-of-memory conditions. Reported by Will Fiveash. https://github.com/krb5/krb5/commit/d998b088adb875bc0a4e13c184075f91fb23336b Author: Greg Hudson Commit: d998b088adb875bc0a4e13c184075f91fb23336b Branch: master src/kadmin/server/ipropd_svc.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)