[krbdev.mit.edu #9078] git commit

"Greg Hudson via RT" <[email protected]> Mon, 05 Dec 2022 12:00:08 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Dec 05 12:00:08 2022: Request 9078 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9078 >



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.

[[email protected]: rewrote commit message]

https://github.com/krb5/krb5/commit/2929ec400c174bc848a9c438a61b0e3506b91d0e
Author: ChenChen Zhou <[email protected]>
Committer: Greg Hudson <[email protected]>
Commit: 2929ec400c174bc848a9c438a61b0e3506b91d0e
Branch: master
 src/util/profile/prof_get.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)