]> 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:49:25 +0000 (16:49 +0100)
commite13f05211f8c0869fe1475cd632ba59d4f957656
treea893156c44edd378ef699aa7222812fb8eca9ab3
parent14d6629bc8a9fe40d8a6bee1bf71c45afe7576b6
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