]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9376 Fixes for repeated deletes with xcursor
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 19:35:41 +0000 (20:35 +0100)
commit4a61bbd8b211e0c6be69dfaf3baa76a34bf6af19
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