X-Mailer: MIME-tools 5.507 (Entity 5.507) MIME-Version: 1.0 From: ghudson@mit.edu Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary Content-Disposition: inline Subject: git commit X-RT-Interface: API X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 555 Fix enctype display in Leash In KrbListTickets.cpp, change etype_string() to write its output to a caller-supplied buffer, so that the session key enctype name and ticket enctype name don't occupy the same static buffer. Reported by Oliver Freyermuth. https://github.com/krb5/krb5/commit/5a00af5da3bdd137a21f2b59612ba5ef6dba1396 Author: Greg Hudson Commit: 5a00af5da3bdd137a21f2b59612ba5ef6dba1396 Branch: master src/windows/leash/KrbListTickets.cpp | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-)