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: tlyu@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 471 Fix memory leak in patch for #7831 The patch for #7831 included a change to do_as_req.c that was only needed in krb5-1.12; applying it to krb5-1.11 duplicated a block of code and led to a memory leak. https://github.com/krb5/krb5/commit/665b72334a9b2d0423b70fc3901b194831a2c0db Author: Tom Yu Commit: 665b72334a9b2d0423b70fc3901b194831a2c0db Branch: krb5-1.11 src/kdc/do_as_req.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-)