SQLite

Search Results
Login
  1. Check-in [85be05b66ef975f0] on 2023-06-30 14:01:09
    Completely unwind the enhanced precision sum() from [a915f15a916af698] so as not to offend UBSAN and OSS-Fuzz. (user: drh, tags: trunk) Completely unwind the enhanced precision sum() from [a915f15a916af698] so as not to offend UBSAN ...

  2. Check-in [1be0646a2c352dbf] on 2023-06-30 11:51:36
    Make the sum() function less precise and slower in order to avoid harmless signed integer overflow UBSAN warnings from OSS-Fuzz. (user: drh, tags: trunk) Make the sum() function less precise and slower in order ...

  3. Check-in [6646d7898ca1d2f7] on 2020-11-02 00:40:05
    Fix an another OSS-Fuzz discovered assertion fault due to ALTER TABLE and strange triggers. (user: drh, tags: trunk) Fix an another OSS-Fuzz discovered assertion fault due to ALTER TABLE and strange triggers. (user ...

  4. Check-in [6ee8cb6ae5fd076e] on 2017-10-21 14:17:31
    ... This fixes a problem found by OSS-Fuzz. The test case is in TH3. (user: drh, tags: trunk) Catch and avoid a 16-bit integer overflow on the number of columns in a common table ...

  5. Check-in [50ad60ded54aa22d] on 2017-05-19 23:04:04
    ... Problem found by OSS-Fuzz. (user: drh, tags: branch-3.19) Prevent a possible NULL pointer dereference in the OP_Found opcode that can follow an OOM error. Problem found by OSS-Fuzz. (user: drh ...

  6. Check-in [c2de178fe7e2e4e0] on 2017-05-19 22:51:00
    ... Problem found by OSS-Fuzz. (user: drh, tags: trunk) Prevent a possible NULL pointer dereference in the OP_Found opcode that can follow an OOM error. Problem found by OSS-Fuzz. (user: drh, tags: trunk)

  7. Check-in [f74899ed2c78019a] on 2017-03-17 22:51:28
    ... This should prevent timeouts in OSS-Fuzz when it generates totally unreasonable queries. (user: drh, tags: trunk) Set a reasonable limit on the number of opcodes in a prepared statement for ossfuzz.c. This should ...

  8. Check-in [f336fba7d7d41b91] on 2017-03-17 13:59:06
    Fix a buffer overread in debugging routine sqlite3VdbeMemPrettyPrint(). Problem discovered by OSS-Fuzz. (user: dan, tags: trunk) Fix a buffer overread in debugging routine sqlite3VdbeMemPrettyPrint(). Problem discovered by OSS-Fuzz. (user: dan, tags: trunk)

  9. Check-in [019dd3d5ba4a596c] on 2017-03-17 03:21:14
    ... Problem discovered by OSS-Fuzz. (user: drh, tags: trunk) Fix a problem in the enhanced PRAGMA integrity_check where it verifies CHECK constraints: Do not be confused by the reuse of the Table.pCheck field ...

  10. Check-in [e3d487162d1596ce] on 2017-03-16 13:30:58
    ... Problem discovered by OSS-Fuzz. (user: drh, tags: trunk) Fix an uninitialized variable reference in the text generator for "PRAGMA vdbe_trace=ON" output. Problem discovered by OSS-Fuzz. (user: drh, tags: trunk)

  11. Check-in [6e59e903e4e95661] on 2017-03-16 12:11:07
    ... Problem discovered by OSS-Fuzz. (user: dan, tags: trunk) Fix a crash that could follow an OOM condition in the instr() SQL function. Problem discovered by OSS-Fuzz. (user: dan, tags: trunk)

  12. Check-in [bcf6bb08d8b07d3c] on 2017-03-15 14:04:03
    ... This fixes an issue discovered by OSS-Fuzz. (user: drh, tags: trunk) Make "PRAGMA temp.synchronous=N" a no-op to ensure that the TEMP schema always has synchronous=OFF. This fixes an issue discovered ...

  13. Check-in [5ec655e8e817c1ed] on 2017-03-12 20:28:44
    ... Problem found by OSS-Fuzz. (user: drh, tags: trunk) Fix a possible NULL pointer dereference in following an OOM error in sqlite3ExprIsInteger(). Problem found by OSS-Fuzz. (user: drh, tags: trunk)

  14. Check-in [71c03b59b645884e] on 2017-01-10 15:08:06
    Fix a potential assertion fault discovered by OSS-Fuzz. (user: drh, tags: trunk) Fix a potential assertion fault discovered by OSS-Fuzz. (user: drh, tags: trunk)

  15. Check-in [ca185808ade19587] on 2017-01-05 13:52:54
    ... Fix for a problem detected by OSS-Fuzz. (user: drh, tags: branch-3.16) Ensure that the sqlite3_value_text() interface returns a buffer that is long enough to hold the complete string plus the ...

  16. Check-in [2dc7eeb5b4d2eaf1] on 2017-01-05 07:58:29
    ... Fix for a problem detected by OSS-Fuzz. (user: drh, tags: trunk) Ensure that the sqlite3_value_text() interface returns a buffer that is long enough to hold the complete string plus the zero terminator ...

  17. Check-in [03f75a67c320f211] on 2016-11-14 20:47:18
    Add 8794 new test cases received from the OSS-FUZZ project. (user: drh, tags: trunk) Add 8794 new test cases received from the OSS-FUZZ project. (user: drh, tags: trunk)

  18. Check-in [a71fad4538311ede] on 2016-11-14 18:27:41
    ... Add the fuzzdata5.db fuzz database containing test cases from OSS-FUZZ. (user: drh, tags: trunk) Enhance fuzzcheck.c to accept database-specific configuration parameters in the option CONFIG table. Add the fuzzdata5.db fuzz ...

  19. Check-in [119d6ef8478ea6ab] on 2016-11-11 16:33:47
    Add the test/ossfuzz.c interface adaptor for OSS-FUZZ. Make previsions for testing the adaptor using fuzzcheck.c. (user: drh, tags: trunk) Add the test/ossfuzz.c interface adaptor for OSS-FUZZ. Make previsions ...