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 72f875b48a0f9c588e4f26828f18c547525a507d (commit) via 08e4684d37b45cff97ea0ba17573165a63fb622c (commit) via a70200f15f06397ef9029ca26fabc925ce396ead (commit) from f3ab0d23a4470c187f971e6da4d63a306e125512 (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 72f875b48a0f9c588e4f26828f18c547525a507d Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Dec 7 18:55:21 2016 +0100
Note functions which must set MDB_TXN_ERROR on failure
Other functions depend on them to do so. For mdb_node_read(), instead remove such a dependence.
commit 08e4684d37b45cff97ea0ba17573165a63fb622c Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Dec 2 06:20:29 2016 +0100
MDB_VL32 mdb_page_get(): Set MDB_TXN_ERROR on failure.
commit a70200f15f06397ef9029ca26fabc925ce396ead Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Dec 2 05:22:11 2016 +0100
Fix mdb_env_open() with MDB_VL32
Init me_rpmutex independently of MDB_NOLOCK. Plug leaks on mdb_env_open() failure. Tweak mdb_env_close0() to handle the rearranged mdb_env_open().
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 61 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 19 deletions(-)