[krbdev.mit.edu #7977] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Thu Aug 7 16:29:47 EDT 2014


Disallow unlocked iteration of hash databases

It's not clear whether unlocked iteration over a hash DB2 database
will omit unaffected entries if database additions or deletions occur
concurrently with the iteration.  Avoid this situation by disabling
unlocked iteration in the unlikely event that someone is still using a
hash database for their KDB.

https://github.com/krb5/krb5/commit/ded6f17bbda92419a68478b822ce79406c0be1e0
Author: Tom Yu <tlyu at mit.edu>
Commit: ded6f17bbda92419a68478b822ce79406c0be1e0
Branch: master
 src/plugins/kdb/db2/kdb_db2.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list