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: 453 Fix leak in FAST OTP client processing In set_pa_data(), after encoding the OTP request and stealing the pointer from the resulting krb5_data object, free the krb5_data container. https://github.com/krb5/krb5/commit/7029efc11525299b87b9024280ef1d9f82059ec5 Author: Greg Hudson Commit: 7029efc11525299b87b9024280ef1d9f82059ec5 Branch: master src/lib/krb5/krb/preauth_otp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)