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 eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 (commit) from 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b (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 eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 Author: Howard Chu hyc@openldap.org Date: Mon Aug 12 12:43:42 2013 -0700
Fix uninit'd mem ref in mdb_page_split
Don't compare cursors beyond their depth. (detected by valgrind)
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)