[krbdev.mit.edu #9038] git commit
"Greg Hudson via RT" <[email protected]> Sun, 05 Dec 2021 16:05:24 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sun Dec 05 16:05:24 2021: Request 9038 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=9038 > Issue an error from KDC on S4U2Self failures Commit 3b163eed1cf1f55dd4a7bc6d6fffc34f55695b00 mistakenly separated the call to kdc_process_s4u2self_req() from its error check, causing the KDC to ignore S4U2Self padata with bad checksums. Restore the error check so that the KDC replies with an error as intended. [[email protected]: removed old error check later on in the code; rewrote commit message] https://github.com/krb5/krb5/commit/9544229ff3b6793cad39ce7d8dd2467ec2cf4f45 Author: Andreas Schneider <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 9544229ff3b6793cad39ce7d8dd2467ec2cf4f45 Branch: master src/kdc/do_tgs_req.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)