A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 8c2c5e2b4bf2e4504694aa9684922d505af9ba75 (commit) via 7ead4169b6cdf67f72956a2835ff6e6bd6905256 (commit) from fbdd452799b87f40709a48bb316d1df2735f4c9b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8c2c5e2b4bf2e4504694aa9684922d505af9ba75 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Sep 11 00:00:14 2017 +0200
Tweak ITS#8722 fix: Use XCURSOR_REFRESH()
This checks XCURSOR_INITED() and fixes the mn_flags check.
commit 7ead4169b6cdf67f72956a2835ff6e6bd6905256 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Sep 10 23:59:35 2017 +0200
XCURSOR_REFRESH() fixups/cleanup
* Check NUMKEYS(), similar to f34b61f9471d1c03fe0517b9d817c50c920e378a "ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check". * Move XCURSOR_INITED() into XCURSOR_REFRESH(). This adds a check in mdb_cursor_put, below /* converted, write the original data first */. * Factor mc_ki[] out to XCURSOR_REFRESH(). * Replace an mc_pg[] with mp which is equal (mdb_cursor_del0).
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 51 +++++++++++++++++++++---------------------------- 1 file changed, 22 insertions(+), 29 deletions(-)