]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a mode to the sqlite3_test_control() interface to register hooks called at the...
authordanielk1977 <danielk1977@noemail.net>
Fri, 20 Jun 2008 14:59:51 +0000 (14:59 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 20 Jun 2008 14:59:51 +0000 (14:59 +0000)
commit2d1d86fbbe4262939a77fa48658cfd159c0f04ba
tree85010ca36124308eec06dce50dd6012893f17406
parentef05f2dfe33bbc7206065d7209e964d070e927b7
Add a mode to the sqlite3_test_control() interface to register hooks called at the beginning and end of "benign malloc failure" blocks. This allows malloc() failure testing to be done using public APIs only. (CVS 5254)

FossilOrigin-Name: 56c8af1452dfdc8da858a2411bd6f3663a8a9326
13 files changed:
manifest
manifest.uuid
src/bitvec.c
src/fault.c
src/hash.c
src/main.c
src/pager.c
src/sqlite.h.in
src/sqliteInt.h
src/test8.c
src/test_malloc.c
src/vdbe.c
src/vdbeaux.c