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: 474 Fix krb5_def_fetch_mkey_list() segfault Return KRB5_KDB_NOMASTERKEY if K/M contains no key data, instead of blindly dereferencing the first key data element. https://github.com/krb5/krb5/commit/83494605b2dd594ab33f9b3cfa5abc82cf0f9e92 Author: Matt Rogers Committer: Greg Hudson Commit: 83494605b2dd594ab33f9b3cfa5abc82cf0f9e92 Branch: master src/lib/kdb/kdb_default.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)