r19960: Add code to check for loops in the free list.
commit9da0c020571d901569e552224bfedd8bedbf43ba
authorJeremy Allison <jra@samba.org>
Thu, 30 Nov 2006 03:25:07 +0000 (30 03:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:28:40 +0000 (10 14:28 -0500)
tree1ce26528d9962082dacecaaafb5fe5f437300d0a
parent50821ebea329e2a2b719aca153d4af6cb2bf7f79
r19960: Add code to check for loops in the free list.
Should help us validate tdb's against corruption.
Jeremy.
(This used to be commit bd0710fa09799cb496b1f9f365c57c3b542445f3)
source4/lib/tdb/common/freelist.c
source4/lib/tdb/common/freelistcheck.c [new file with mode: 0644]
source4/lib/tdb/include/tdb.h
source4/lib/tdb/libtdb.m4
source4/lib/tdb/tools/tdbtest.c