[krbdev.mit.edu #8321] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Thu Dec 10 18:14:41 EST 2015


Fix minor utf8-to-ucs2s read overrun bug

k5_utf8s_to_ucs2s() reads and ignores one extra byte from the input
string before terminating its loop, possibly overrunning the input
buffer of its caller.  This overrun is typically without consequence,
but can show up in tools like asan or valgrind during RC4
string-to-key operations.  Fix the bug by swapping the order of the
loop conditions.

(cherry picked from commit eb52da21d72faa3d00b1205a5a0fdbabc45c9e6d)

https://github.com/krb5/krb5/commit/fdbac6f2bbbe4673359760f2170770aa93044882
Author: Greg Hudson <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: fdbac6f2bbbe4673359760f2170770aa93044882
Branch: krb5-1.12
 src/util/support/utf8_conv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the krb5-bugs mailing list