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 ea0d07ffa324cd834b87dd29053961366172330b (commit) from 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (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 ea0d07ffa324cd834b87dd29053961366172330b Author: Howard Chu hyc@symas.com Date: Mon Oct 3 12:40:53 2011 -0700
Fix freelist bug on page split
NULL out env->pghead before writing it, so that its pages can't be used to satisfy the write.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)