[krbdev.mit.edu #9144] git commit
"Greg Hudson via RT" <[email protected]> Mon, 14 Oct 2024 12:45:21 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mon Oct 14 12:45:21 2024: Request 9144 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=9144 > Fix potential PAC processing crash An input to krb5_pac_parse() with a zero-length buffer at the end of the PAC can cause an assertion failure in k5_pac_locate_buffer() due to an off-by-one error. Correct the assertion. [[email protected]: edited commit message] https://github.com/krb5/krb5/commit/331e393c6def46c00b6b54e1b2a0d1080c2af9e0 Author: Arjun <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 331e393c6def46c00b6b54e1b2a0d1080c2af9e0 Branch: master src/lib/krb5/krb/pac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)