A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 14868fcab658f32914a37a10ca1660d76c099811 (commit) from 752fdfd4455fb0c3784a10f69b16f64c65df78cb (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 14868fcab658f32914a37a10ca1660d76c099811 Author: Howard Chu hyc@openldap.org Date: Sun Jan 12 13:43:55 2014 -0800
ITS#7783 workaround stupid NSPR bug
free(NULL) is supposed to be safe. "Portable wrapper libraries" that fail to preserve this behavior are inherently broken. But then again, this is Mozilla code, so that's redundant.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)