Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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 <ghudson@mit.edu>
Commit: 2929ec400c174bc848a9c438a61b0e3506b91d0e
Branch: master
src/util/profile/prof_get.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)