[krbdev.mit.edu #9015] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thu Jul 01 12:11:43 2021: Request 9015 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=9015 > Fix use-after-free during krad remote_shutdown() Since elements of the queue can be removed on out-of-memory errors, the correct call is K5_TAILQ_FOREACH_SAFE, not K5_TAILQ_FOREACH. Reported by Coverity. https://github.com/krb5/krb5/commit/8c88defb16b34937d5b72b4832c854ce2dbe32d1 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 8c88defb16b34937d5b72b4832c854ce2dbe32d1 Branch: master src/lib/krad/remote.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)