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 00d0e162720b8cf03b9e5428892158f0768db9a6 (commit) via 4b6bd2c600a79960409499f43a818aa0ca9fe463 (commit) from dc3842fca318f00da20a8be1cfb5d690ccc7d482 (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 00d0e162720b8cf03b9e5428892158f0768db9a6 Author: Jan Vcelak jvcelak@redhat.com Date: Wed Jun 6 14:44:53 2012 +0200
ITS#7291 MozNSS: read pin from file file can cause infinite loop
The buffer allocated for reading password file has to be initialized with zeros, or we need to append zero at the end of the file. Otherwise we might read unitialized memory and consider it to be a password.
commit 4b6bd2c600a79960409499f43a818aa0ca9fe463 Author: Tim Strobell (Contractor) tim.strobell.ctr@nrl.navy.mil Date: Mon Jun 4 18:40:28 2012 -0400
ITS#7289 MozNSS: cipher suite selection by name may be ignored
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)