Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixes to the PRNG_SEED pragma idea. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | prng-seed-test-control |
Files: | files | file ages | folders |
SHA3-256: |
c71098409c98af8360f8f28b9238a12e |
User & Date: | drh 2019-08-02 21:03:24.230 |
Context
2019-08-03
| ||
01:39 | 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. (Closed-Leaf check-in: 49aa344806 user: drh tags: prng-seed-test-control) | |
2019-08-02
| ||
21:03 | Fixes to the PRNG_SEED pragma idea. (check-in: c71098409c user: drh tags: prng-seed-test-control) | |
20:45 | Add the SQLITE_TESTCTRL_PRNG_SEED test control. (check-in: 3ac5723164 user: drh tags: prng-seed-test-control) | |
Changes
Changes to src/test1.c.
Changes to test/dbfuzz2.c.
Changes to test/fuzzcheck.c.