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 c7da506dd2c8d3b8a2b209a26afbcb2ff94db13c (commit) via c7fe1f466e8bfcac0c9169c741710c76807a11ba (commit) via 5c182fbedf5f69d167073c2a2b4766798a247928 (commit) via d3b9939e7178647232aa07f3e03a0984c70cd7b9 (commit) via 2baadabdff2b517e71dc65c87b319bcc0cb0670f (commit) from 15f3e650da0fb2d4f93808c2e1fedad80e31bb59 (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 c7da506dd2c8d3b8a2b209a26afbcb2ff94db13c Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:30:34 2012 +0100
Fix MDB_txninfo.mt2 padding on Windows/Apple
commit c7fe1f466e8bfcac0c9169c741710c76807a11ba Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:25:44 2012 +0100
Tweak mdb comment with conflicting spec of 'ID'
commit 5c182fbedf5f69d167073c2a2b4766798a247928 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:22:31 2012 +0100
Fix valgrind call after malloc failure in mdb.
Also line up the code logic a bit.
commit d3b9939e7178647232aa07f3e03a0984c70cd7b9 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:06:04 2012 +0100
Clean up MAP_FAILED handling in mdb.
Delay (MDB_txninfo*) cast to after comparing mmap() with MAP_FAILED. Otherwise, if MAP_FAILED = (void*)-1 but MDB_txninfo requires stricter alignment, the compiler could assume the result is never MAP_FAILED.
Also store NULL in env->(me_map, me_txns) after mmap failure.
commit 2baadabdff2b517e71dc65c87b319bcc0cb0670f Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 18:45:39 2012 +0100
ITS#7191 Align dirty MDB pages on the stack
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 64 ++++++++++++++++++++++++++++++----------------- libraries/libmdb/midl.h | 3 +- 2 files changed, 42 insertions(+), 25 deletions(-)