Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) From: ghudson@mit.edu Subject: git commit Content-Length: 555 Fix profile crash on memory exhaustion In profile_get_values(), if init_list() fails to allocate values.list, end_list() will dereference a null pointer. Fix end_list() to handle list->list being null. [ghudson@mit.edu: rewrote commit message] https://github.com/krb5/krb5/commit/2929ec400c174bc848a9c438a61b0e3506b91d0e Author: ChenChen Zhou <357726167@qq.com> Committer: Greg Hudson Commit: 2929ec400c174bc848a9c438a61b0e3506b91d0e Branch: master src/util/profile/prof_get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)