]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the fault injector module in fault.c. Use it as a basis for memory
authordrh <drh@noemail.net>
Tue, 22 Jan 2008 21:30:53 +0000 (21:30 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jan 2008 21:30:53 +0000 (21:30 +0000)
commit643167ff21ce008806a5afc54edec08887d685f2
tree2229d0349aa78dcd82f9fb3faa5e445d5f14e28c
parent02cd2b80c16e3797000411d9d0717f09db2915e2
Add the fault injector module in fault.c.  Use it as a basis for memory
allocation failure testing. (CVS 4742)

FossilOrigin-Name: 1a335e180183b414fcc3510ce28b98b21cd134a6
20 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/fault.c [new file with mode: 0644]
src/hash.c
src/main.c
src/mem2.c
src/pager.c
src/sqliteInt.h
src/test1.c
src/test8.c
src/test_config.c
src/test_malloc.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbemem.c
test/malloc_common.tcl
tool/mksqlite3c.tcl