]> git.ipfire.org Git - thirdparty/krb5.git/commit
Disallow unlocked iteration of hash databases 186/head
authorTom Yu <tlyu@mit.edu>
Wed, 6 Aug 2014 22:45:20 +0000 (18:45 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 7 Aug 2014 20:23:55 +0000 (16:23 -0400)
commitded6f17bbda92419a68478b822ce79406c0be1e0
tree077774ea0578187c713e5ede1b504785d80bedc8
parent20f91672568b1d2e341a9bb0dba88a831f152f1c
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.

ticket: 7977
src/plugins/kdb/db2/kdb_db2.c