]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9376 Fixes for repeated deletes with xcursor cdel
authorHoward Chu <hyc@openldap.org>
Wed, 21 Oct 2020 20:24:53 +0000 (21:24 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 23 Oct 2020 17:03:54 +0000 (17:03 +0000)
commitb87dedd99e15ae495b780fd725a848705745a86e
treed6ea262654aefb2783168811c10b434eefba477e
parent311f071c1f1f2b701202b4fbc1752196aac999bc
ITS#9376 Fixes for repeated deletes with xcursor

On DUPSORT DBs, must initialize xcursor regardless of whether
caller requested its data. Also in cursor_prev must check whether
cursor index is still within range before using it.
libraries/liblmdb/mdb.c