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 568c22c4cc494410147f6ef5435694bd3eca17c3 (commit) via 37bd48a618b62f72029dcd03e0a2ee91c8e7713c (commit) from c0575825730dd2aab4031100b25d632a3d052447 (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 568c22c4cc494410147f6ef5435694bd3eca17c3 Author: Howard Chu hyc@symas.com Date: Tue Apr 30 21:09:09 2013 -0700
Avoid assert
Due to underfilled branch page. We're in the process of merging/moving nodes to it because we already know it's underfilled. Took this approach rather than just removing the assert in mdb_page_search_root, because that assert may yet catch other situations we don't know about.
(Although, it has been there since the original commit of mdb.c and has never triggered any other times...)
commit 37bd48a618b62f72029dcd03e0a2ee91c8e7713c Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Apr 22 20:46:56 2013 +0200
Plug mdb_cursor_renew() memleak
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 deletions(-)