drh
|
1935887a68
Ensure that all fields of static sqlite3_module objects are explicitly
|
1 year ago |
mistachkin
|
b1ed717f18
Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings.
|
7 years ago |
drh
|
6918e2f9b2
Enhance fuzzershell.c to read and execute SQL commands in the autoexec table
|
8 years ago |
drh
|
55377b4717
Fix the ossfuzz.c test module so that it does not segfault after a
|
8 years ago |
drh
|
9f6dd025ba
Build the generate_series(START,END,STEP) table-valued function into
|
8 years ago |
drh
|
c56fac7483
Fix uses of ctype functions (ex: isspace()) on signed characters in test
|
9 years ago |
drh
|
1cfc44392c
Fix the fuzzershell utility program so that it compiles with the
|
9 years ago |
drh
|
b97ad0297c
Add the --disable-lookaside option to the fuzzershell utility program.
|
9 years ago |
drh
|
5f4a44a439
Adjust fuzzershell so that it adds the json1 extension separately for each
|
9 years ago |
drh
|
d7f2beab86
Include json1.c in fuzzcheck and fuzzershell.
|
9 years ago |
drh
|
c19bc9b6b0
Improved error messages in fuzzershell when unable to open the database.
|
9 years ago |
drh
|
f9def06160
Fix a bug in fuzzershell caused by an uninitialized local variable.
|
9 years ago |
drh
|
acd3374556
Add the --database option to the fuzzershell test program.
|
9 years ago |
drh
|
1a57c17d0f
Improvements to fuzzershell: Avoid excess memory allocations when loading
|
9 years ago |
drh
|
c843016e36
Enhance the fuzzershell --uniquecases option to output results in order of
|
9 years ago |
drh
|
b3df0c675c
Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt
|
9 years ago |
drh
|
7c84c02ce3
Fuzzershell: change the error summary output to work with releasetest.tcl.
|
9 years ago |
drh
|
f332071b7f
Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from
|
9 years ago |
drh
|
be5248f084
In fuzzershell: (1) comment fixes. (2) Set and clear g.zTestName[] correctly.
|
9 years ago |
drh
|
0ee751fb67
In the fuzzershell, always invoke the trace and log callbacks even if output
|
9 years ago |
drh
|
9f18f7434e
Add fflush() calls to fuzzershell to keep stderr and stdout synchronized.
|
9 years ago |
drh
|
048810b63b
Add the --oom option to fuzzershell.
|
9 years ago |
drh
|
61a0d6bc55
Fix fuzzershell so that it works with SQLITE_OMIT_TRACE.
|
9 years ago |
drh
|
8ea5eca183
Run fuzzershell as part of the valgrindtest makefile target.
|
9 years ago |
drh
|
e1a71a582f
Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically
|
9 years ago |
drh
|
875bafa17a
Add the --unique-cases option to fuzzershell.
|
9 years ago |
drh
|
1cbb7fa95c
Fuzzershell enhancements: (1) Add the --verbose and --quiet flags
|
9 years ago |
drh
|
0ba51089c8
Improved filtering of input for fuzzershell for modes other than generic.
|
9 years ago |
drh
|
3fb2cc1173
Change the printf, strftime, and glob modes of fuzzershell so that they
|
9 years ago |
drh
|
9985dabbac
Add the --mode option to fuzzershell.
|
9 years ago |