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 65c053a6e7f6973c1d09710aa1bd57b218206fcb (commit) from e0eb495fb3c0909b341803c98ac2c78ac39f1f5b (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 65c053a6e7f6973c1d09710aa1bd57b218206fcb Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Feb 7 08:17:30 2013 +0100
ITS#7512 Fix MDB page leak when malloc error.
mdb_page_alloc(): Delay moving me_pgfirst,me_pglast until malloc(MDB_oldpages to hold the IDs) succeeds.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-)