]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Give the SQLITE_TESTCTRL_PRNG_SEED two arguments. The second argument if not prng-seed-test-control
authordrh <drh@noemail.net>
Sat, 3 Aug 2019 01:39:20 +0000 (01:39 +0000)
committerdrh <drh@noemail.net>
Sat, 3 Aug 2019 01:39:20 +0000 (01:39 +0000)
commit2e6d83bc498c7f3c49c72ac96887228336966db3
treef9132fdf93efe46cdc29c5ce6d9114bfecd06838
parente6e96b1b45b28a1fdb96af673604bb33dc9f5658
Give the SQLITE_TESTCTRL_PRNG_SEED two arguments.  The second argument if not
NULL is a pointer to a database connection which seeds the connection from
its schema cookie.  In this way, fuzzers can control the PRNG seed.

FossilOrigin-Name: 49aa34480622cce4d7a72c59d9cfa8336886387acec8ee15b72f295ea1a52d8c
manifest
manifest.uuid
src/btree.c
src/main.c
src/os.c
src/shell.c.in
src/test1.c
test/dbfuzz2.c
test/fuzzcheck.c