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 6ed295b2569c916f9ab1a93c76b6081ad2910794 (commit) from b3e8c71dc7d629f6311801774d275712bf72631f (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 6ed295b2569c916f9ab1a93c76b6081ad2910794 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jul 8 11:52:53 2014 -0700
Fixes for loose pages
mdb_txn_commit(child): Give loose pages to parent. Use a pointer beyond the page header instead of mp_next, so we will not need to save/restore mp_pgno. This avoids a crash caused by references to mp_pgno.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-)