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: 432 Fix unlikely leak in sendto_kdc If a TCP connection is killed after it allocates the buffer (so is no longer in READING state), free the buffer during cleanup. https://github.com/krb5/krb5/commit/6895dc9f204520e7f4da8da879cc67c149bc4e6b Author: Greg Hudson Commit: 6895dc9f204520e7f4da8da879cc67c149bc4e6b Branch: master src/lib/krb5/os/sendto_kdc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)