Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/dbfuzz001.test
2023-10-12
| ||
18:09 | [6c9a462202] part of check-in [d3b983edf7] Add test case for [29937081]. (check-in: [d3b983edf7] user: dan branch: trunk, size: 24604) | |
2020-07-22
| ||
21:05 | [55e1a3504f] part of check-in [d7dd4fc464] Disable rootpage bounds checking when the SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS setting is off, to facilitate reaching obscure error states during testing. (check-in: [d7dd4fc464] user: drh branch: rootpage-bounds-check, size: 24067) | |
2019-08-12
| ||
00:08 | [42aad1dcef] part of check-in [724f4df9cc] Validate the type, name, and tbl_name fields of the sqlite_master table when loading the schema, unless writable_schema is engaged. (check-in: [724f4df9cc] user: drh branch: trunk, size: 24023) | |
2019-04-13
| ||
15:07 | [e32d14465f] part of check-in [593a7e6e20] Partially revert the test file changes in [4371a0c46e]. It is no longer required following [93ae382e97c23c90]. (check-in: [593a7e6e20] user: dan branch: trunk, size: 24023) | |
2019-02-06
| ||
18:08 | [29b6c6b39a] part of check-in [4371a0c46e] Update test file dbfuzz001.test so that it works with SQLITE_ENABLE_OVERSIZE_CELL_CHECK builds. (check-in: [4371a0c46e] user: dan branch: trunk, size: 24122) | |
2019-01-24
| ||
15:16 | [9617fb870f] part of check-in [db4b4c2c1e] Fix a potential problem with "INSERT INTO ... SELECT * FROM" (or VACUUM) statements on a corrupted database. (check-in: [db4b4c2c1e] user: dan branch: trunk, size: 23707) | |
2019-01-10
| ||
14:33 | [5659cbbc01] part of check-in [10f9e39d6e] More aggressive early detection of orphaned and malformed autoindexes when parsing the schema. (check-in: [10f9e39d6e] user: drh branch: trunk, size: 23549) | |
2018-12-14
| ||
13:18 | [96b52856ff] part of check-in [160b1e31c0] When saving the position of a cursor at the b-tree layer, allocate a few extra bytes at the end of the buffer used to save the key. Otherwise, if the key is corrupt, the code that restores the cursor position may overread the buffer by a little. (check-in: [160b1e31c0] user: dan branch: trunk, size: 23522) | |
2018-12-13
| ||
21:52 | [28f24ed01e] part of check-in [1201615cbb] dbfuzz2 found a NEVER() that is sometimes true. (check-in: [1201615cbb] user: drh branch: trunk, size: 18242) | |
21:05 | [24d24dbdbf] part of check-in [682053d1e6] Fix a problem in sqlite3BtreeDelete() in which deleting an entry from a corrupt database can leave a btree page with zero cells. (check-in: [682053d1e6] user: drh branch: trunk, size: 11998) | |
20:49 | Added: [4c3952c8ec] part of check-in [1f583c53f3] Add the "decode_hexdb" TCL command to testfixture. Add the dbfuzz001.test module to demonstration how to use decode_hexdb to deserialize a dbtotxt database description for use in a corruption test. (check-in: [1f583c53f3] user: drh branch: trunk, size: 11452) | |