[16339] in Kerberos-V5-bugs
[krbdev.mit.edu #8786] git commit
daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Thu Aug 1 17:11:53 2019
From: "Greg Hudson via RT" <rt@KRBDEV-PROD-APP-1.mit.edu>
In-Reply-To:
Message-ID: <rt-4.4.4-17503-1564693905-718.8786-5-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #8786":;
Date: Thu, 01 Aug 2019 17:11:45 -0400
MIME-Version: 1.0
Reply-To: rt@KRBDEV-PROD-APP-1.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
<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@mit.edu>
Commit: 6e1fdfb30bac750816da25d6dd4ed67d0149da12
Branch: master
src/lib/krb5/rcache/rc_file2.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs