Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/db/hash



Module Name:    src
Committed By:   christos
Date:           Mon Jun 22 18:50:06 UTC 2015

Modified Files:
        src/lib/libc/db/hash: hash.c

Log Message:
Delay moving to the next key until the next iteration. This avoids returning
invalid data to the user if the user deletes the current key, but it also
fails to iterate over some keys as will be shown by a unit test. From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/db/hash/hash.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index