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 bb36bdcd1c22d1fbc6575452ef5c9112715ab083 (commit) from 0108327c274a4b260b5b355d2a7c3ffc3a85f4c1 (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 bb36bdcd1c22d1fbc6575452ef5c9112715ab083 Author: Howard Chu hyc@symas.com Date: Mon Nov 5 05:06:06 2012 -0800
ITS#7432 fix typo in mdb_midl_sort
Wasn't pushing the optimal half of the array onto the stack, thus used more stack than expected -> overrun.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/midl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)