[krbdev.mit.edu #8786] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8786 > Handle all-zero tags in file2 rcache type In the unlikely case of an all-zero tag, rc_file2.c:store() could mistake an empty record for a replay. Check that records from the file are non-empty (by checking that the timestamp is non-zero) before comparing them to the tag. https://github.com/krb5/krb5/commit/6e1fdfb30bac750816da25d6dd4ed67d0149da12 Author: Greg Hudson <[email protected]> Commit: 6e1fdfb30bac750816da25d6dd4ed67d0149da12 Branch: master src/lib/krb5/rcache/rc_file2.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)