]> git.sur5r.net Git - openldap/commit
Add MDB_CLEANMEM option.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 7 Nov 2013 22:41:30 +0000 (23:41 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 7 Nov 2013 22:41:30 +0000 (23:41 +0100)
commit92f71f50f9f2a9e93c7d757538688376a6f6debb
treee7db3878a7e991da688d0c5e436365eebee2b46b
parentfc87d405f1636d2241306584189f6b1266bbb833
Add MDB_CLEANMEM option.

Initialize unused portions of DB pages, for security or to silence
checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c
libraries/liblmdb/mtest.c
libraries/liblmdb/mtest2.c