From: Howard Chu Date: Mon, 6 Oct 2025 15:53:18 +0000 (+0100) Subject: ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7259296081845d94bbcd5208ce3de633b1097f2e;p=thirdparty%2Fopenldap.git ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors --- diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index 857a08e14c..64eb2eab4c 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -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