A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 6586299f551b58c87ffe45f80c3082b6e776d448 (commit) via 8230b1b63003f5e4910948687c0ceba0bed1d624 (commit) via 1e5d79831c8a7cb56115f76c492d1e18622f16b0 (commit) from ea80418cfcf64f66768c80a52c24ffdee0d53436 (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 6586299f551b58c87ffe45f80c3082b6e776d448 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jan 15 07:19:30 2015 +0100
Restrictive mdb_copy file mode.
Copied from 58ddb5527bd4868bb7017cfe2051bc2e24bcf5a8.
commit 8230b1b63003f5e4910948687c0ceba0bed1d624 Author: leo@yuriev.ru leo@yuriev.ru Date: Fri Oct 17 22:35:41 2014 +0000
ITS#7970 LMDB: Critical Heisenbug
Inconsistent reading & SIGSEGV due to the race condition.
commit 1e5d79831c8a7cb56115f76c492d1e18622f16b0 Author: leo@yuriev.ru leo@yuriev.ru Date: Fri Oct 17 22:22:39 2014 +0000
ITS#7969 LMDB: volatile.
Globally shared fields of meta-data were not 'volatile'. Code from 9a80a8a8e8feed56fbccd8851b8a789f7fff9c11, except the unportable __synchronize().
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 17 ++++++++++------- libraries/liblmdb/mdb_copy.c | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-)