]> git.ozlabs.org Git - ccan/commitdiff
tdb2: fix remapping inside tdb_traverse_read
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Sep 2010 04:29:15 +0000 (13:59 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Sep 2010 04:29:15 +0000 (13:59 +0930)
Because we (temporarily!) marked the tdb read_only=true, any remap would
mmap PROT_READ, and the next store would SEGV.

Pulled in more test infrastructure from tdb.


No differences found