[krbdev.mit.edu #9072] git commit

"Greg Hudson via RT" <[email protected]> Tue, 15 Nov 2022 11:30:05 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Tue Nov 15 11:30:05 2022: Request 9072 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=9072 >



Avoid small read overrun in UTF8 normalization

In krb5int_utf8_normalize(), check the length of the current character
against the buffer length before reading more than one byte.  Credit
to OSS-Fuzz for discovering the overrun.

https://github.com/krb5/krb5/commit/fb9cf8cfbf8da0d160cb61250b952f2b8e5484f4
Author: Greg Hudson <[email protected]>
Commit: fb9cf8cfbf8da0d160cb61250b952f2b8e5484f4
Branch: master
 src/lib/krb5/unicode/ucstr.c | 6 ++++++
 1 file changed, 6 insertions(+)