index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ossfuzz.c
Commit message (
Expand
)
Author
Age
*
Fix a bug in the hard_heap_limit pragma so that it returns the new value of
drh
2019-11-14
*
Set a low limit on the length of strings and blobs in the OSSFuzz module,
drh
2019-01-29
*
Improvements to the ossfuzz.c fuzz-testing module so that it works with
drh
2018-11-21
*
Fix utility compilation issues with MSVC.
mistachkin
2018-03-07
*
Make the shell functional even if compiled with SQLITE_OMIT_COMPLETE.
drh
2018-01-24
*
Invoke the sqlite3_complete() interface from the fuzzer.
drh
2018-01-24
*
Prevent OSSFuzz from using debugging pragmas that are disabled in default builds
drh
2017-07-31
*
Add the --native-malloc option to fuzzcheck. Fix ossfuzz.c and fuzzcheck.c
drh
2017-03-20
*
Set a reasonable limit on the number of opcodes in a prepared statement
drh
2017-03-17
*
Add the --show-errors and --show-max-delay command-line options to the
drh
2017-03-17
*
In the OSSFuzz test module, invoke the progress handler much more frequently
drh
2017-03-13
*
Fix an error in the SQLITE_MAX_MEMORY implementation resulting from a bad
drh
2017-03-10
*
Enable ossfuzz.c to build even if SQLITE_OMIT_PROGRESS_CALLBACK is defined.
drh
2016-12-26
*
Fix the ossfuzz.c test module so that it does not segfault after a
drh
2016-11-14
*
Add the test/ossfuzz.c interface adaptor for OSS-FUZZ. Make previsions for
drh
2016-11-11