]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10396 lmdb: fix mdb_cursor_del0 with multiple DUPSORT cursors
authorHoward Chu <hyc@openldap.org>
Mon, 6 Oct 2025 15:49:25 +0000 (16:49 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 6 Oct 2025 15:52:32 +0000 (16:52 +0100)
commitc47b1136743a8f11eab299d3beb0134e3060b12f
treece1e01f02f272c898e70ca252eddf2cf414ed5f4
parentf7c1754e36c6790d1209966bafc0f56e4e051e97
ITS#10396 lmdb: fix mdb_cursor_del0 with multiple DUPSORT cursors

Use the correct stack index when adjusting other cursors pointing to
the affected page and the DB has a subDB. Broken in ITS#8406.
libraries/liblmdb/mdb.c