]> git.ipfire.org Git - thirdparty/openldap.git/commit
Verify final loose_count in mdb_txn_commit()
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 25 Jul 2017 19:27:36 +0000 (21:27 +0200)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 11:57:36 +0000 (12:57 +0100)
commit0e17ba43a818f6bdab7759586e247bae12692c25
tree2853cdc47bfdd4fb201f9c5bd76d603fd32f61ff
parent4b7e430303b281f8ddc187215aee9f552328f70b
Verify final loose_count in mdb_txn_commit()

Mismatch may indicate that pages leaked or got used twice
in the same snapshot.
libraries/liblmdb/mdb.c