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 a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (commit) from 191d78948b3af4ddc24773e3f73741281a25513d (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 a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 Author: Howard Chu hyc@symas.com Date: Mon Apr 9 19:24:47 2012 -0700
ITS#7210 fix check for freelist changes
Was being fooled before because the newly malloc'd block had the same address as the previously freed block.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)