aboutsummaryrefslogtreecommitdiff
path: root/test/ossfuzz.c
Commit message (Expand)AuthorAge
* Fix a bug in the hard_heap_limit pragma so that it returns the new value ofdrh2019-11-14
* Set a low limit on the length of strings and blobs in the OSSFuzz module,drh2019-01-29
* Improvements to the ossfuzz.c fuzz-testing module so that it works withdrh2018-11-21
* Fix utility compilation issues with MSVC.mistachkin2018-03-07
* Make the shell functional even if compiled with SQLITE_OMIT_COMPLETE.drh2018-01-24
* Invoke the sqlite3_complete() interface from the fuzzer.drh2018-01-24
* Prevent OSSFuzz from using debugging pragmas that are disabled in default buildsdrh2017-07-31
* Add the --native-malloc option to fuzzcheck. Fix ossfuzz.c and fuzzcheck.cdrh2017-03-20
* Set a reasonable limit on the number of opcodes in a prepared statementdrh2017-03-17
* Add the --show-errors and --show-max-delay command-line options to thedrh2017-03-17
* In the OSSFuzz test module, invoke the progress handler much more frequentlydrh2017-03-13
* Fix an error in the SQLITE_MAX_MEMORY implementation resulting from a baddrh2017-03-10
* Enable ossfuzz.c to build even if SQLITE_OMIT_PROGRESS_CALLBACK is defined.drh2016-12-26
* Fix the ossfuzz.c test module so that it does not segfault after adrh2016-11-14
* Add the test/ossfuzz.c interface adaptor for OSS-FUZZ. Make previsions fordrh2016-11-11