SQLite

All files named ”test/fuzzdata5.db”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/fuzzdata5.db

2018-09-23
02:01
[e35f64af17] part of check-in [2fd62fccd1] Fix a faulty assert() in the validation logic for the LEFT JOIN strength reduction optimization. Problem found by OSSFuzz. (check-in: [2fd62fccd1] user: drh branch: trunk, size: 7197696)
2018-09-22
15:05
[181aa05f8c] part of check-in [7b59930a1d] Enhance WhereLoopBuilder.iPlanLimit to handle a case involving the OR optimization discovered overnight by OSSFuzz. (check-in: [7b59930a1d] user: drh branch: trunk, size: 7197696)
2018-09-07
11:08
[7a3467a24e] part of check-in [725808d4c5] Fix an uninitialized variable in the OP_ParseSchema opcode that comes up only if the schema is corrupt. (check-in: [725808d4c5] user: drh branch: trunk, size: 7196672)
2018-08-09
21:45
[3e7a403c9d] part of check-in [4195a3f8b5] Fix the isLikeOrGlob() routine in the WHERE clause processing logic so that it avoids signed/unsigned character comparisons, as that can lead to an incorrect answer if the ESCAPE clause is an invalid UTF8 string. Problem found by OSSFuzz. (check-in: [4195a3f8b5] user: drh branch: trunk, size: 7196672)
2018-08-04
15:28
[5e8394be02] part of check-in [95db5bd9fe] Add test cases for the constant expression fix of the previous check-in. (check-in: [95db5bd9fe] user: drh branch: trunk, size: 7196672)
2018-07-28
16:24
[c3a8ad2260] part of check-in [d30b2a9473] Do not allow a column reference that is converted into a constant by the WHERE-clause constant propagation optimization to be moved to the init-time constant expression list, as the table reference will not work there. This fixes a problem found by OSSFuzz. (check-in: [d30b2a9473] user: drh branch: trunk, size: 7195648)
14:56
[e60076888d] part of check-in [e4b4737e34] Fix an assert() statement that was made obsolete by the constant propagation enhancement. Problem discovered by OSSFuzz. (check-in: [e4b4737e34] user: drh branch: trunk, size: 7195648)
2018-05-08
13:03
[117d821cde] part of check-in [d2619746cb] Fix a harmless compiler warning in fuzzcheck. Add new OSSFuzz test cases to the test case library. (check-in: [d2619746cb] user: drh branch: trunk, size: 7195648)
2016-12-06
17:59
[9f0cdcc5c6] part of check-in [e8247065cf] In the LEMON parser-generator, fix the stack overflow processing so that it correct invokes the destructor on the top-level of the parse stack. (check-in: [e8247065cf] user: drh branch: trunk, size: 6964224)
2016-11-14
20:47
[e143587fe7] part of check-in [03f75a67c3] Add 8794 new test cases received from the OSS-FUZZ project. (check-in: [03f75a67c3] user: drh branch: trunk, size: 6960128)
20:08
[42d0545086] part of check-in [c5dbc599b9] Fix a potential use-after-free error during parsing of malformed CREATE TABLE statement. (check-in: [c5dbc599b9] user: drh branch: trunk, size: 8192)
18:27
Added: [b39d6f1b2e] part of check-in [a71fad4538] Enhance fuzzcheck.c to accept database-specific configuration parameters in the option CONFIG table. Add the fuzzdata5.db fuzz database containing test cases from OSS-FUZZ. (check-in: [a71fad4538] user: drh branch: trunk, size: 8192)