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 7f6738355284dbee8bf97a23396a6380e91dfa73 (commit) via 12c558fe13fbba4c370b0b669271d8ccaad7819a (commit) via b7ce06f5c56e452bca6c5a276da7915b8517d80b (commit) via 26a25df5fcc2fcddae6597a61c1b867fc27c568b (commit) from d6d2638acc245116b8f091ac425b6700d06c4713 (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 7f6738355284dbee8bf97a23396a6380e91dfa73 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jun 26 18:02:52 2013 +0200
Fix alloc/free issues.
Page leak, mdb_page_alloc(). On error, don't shorten me_pghead. Memleak, mdb_ovpage_free(). Free page or keep it in dirty_list. Bad MIDL, mdb_midl_need(). Fix midl[-1] (allocated size).
commit 12c558fe13fbba4c370b0b669271d8ccaad7819a Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jun 26 18:02:48 2013 +0200
Factor out some vars, simplify.
commit b7ce06f5c56e452bca6c5a276da7915b8517d80b Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jun 26 18:02:26 2013 +0200
Makefile/user-macro comments.
commit 26a25df5fcc2fcddae6597a61c1b867fc27c568b Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jun 26 18:02:17 2013 +0200
Tweak I/O, fix last commit.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 33 ++++++++++++++ libraries/liblmdb/mdb.c | 101 +++++++++++++++++++++++--------------------- libraries/liblmdb/midl.c | 2 +- 3 files changed, 87 insertions(+), 49 deletions(-)