[krbdev.mit.edu #9065] git commit
"Greg Hudson via RT" <[email protected]> Wed, 08 Jun 2022 19:00:04 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Jun 08 19:00:04 2022: Request 9065 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=9065 > Fix uncommon PKINIT memory leak PKINIT per-request module data objects are normally created by pkinit_server_verify_padata() and freed by pkinit_server_return_padata(). In some unusual circumstances, the KDC may not call the return_padata method after verification succeeds. Add a free_modreq method and free the object there instead. [[email protected]: rewrote commit message] https://github.com/krb5/krb5/commit/883415036a4b4e0372b84a5a6e46c10b3a67aba0 Author: sashan <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 883415036a4b4e0372b84a5a6e46c10b3a67aba0 Branch: master src/plugins/preauth/pkinit/pkinit_srv.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)