]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors
authorHoward Chu <hyc@openldap.org>
Mon, 6 Oct 2025 15:53:18 +0000 (16:53 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 6 Oct 2025 15:53:18 +0000 (16:53 +0100)
libraries/liblmdb/CHANGES

index 857a08e14c6a7a1fa77f6b2528a3d50e28dff3ef..64eb2eab4c5c15ebeba5e6fa777b03e19cc046fa 100644 (file)
@@ -7,6 +7,7 @@ LMDB 0.9.34 Engineering
        ITS#10342 - fix memleak in mdb_txn_begin for nested txns
        ITS#10346 - fix mdb_env_copy2 with values > (2GB-16)
        ITS#10355 - fix mplay build on musl
+       ITS#10396 - fix mdb_cursor_del0 with multiple DUPSORT cursors
 
 LMDB 0.9.33 Release (2024/05/21)
        ITS#9037 mdb_page_search: fix error code when DBI record is missing