[krbdev.mit.edu #8786] git commit

Greg Hudson via RT rt at KRBDEV-PROD-APP-1.mit.edu
Thu Aug 1 17:11:45 EDT 2019


<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 <ghudson at mit.edu>
Commit: 6e1fdfb30bac750816da25d6dd4ed67d0149da12
Branch: master
 src/lib/krb5/rcache/rc_file2.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list