mdbtools/include
Evan Miller be888e0dd7
Support fuzz testing (#4)
Quickstart (requires Clang 6 or later):

$ export LIB_FUZZING_ENGINE=/path/to/fuzzing/library.a
$ ./configure --enable-fuzz-testing
$ make
$ cd src/fuzz
$ make fuzz_mdb
$ ./fuzz_mdb

Also add a new `mdb_open_buffer function` to facilitate in-memory
fuzz-testing. This requires fmemopen, which may not be present on all
systems. The internal API has been reworked to use file streams instead
of file descriptors. This allows reading from memory and reading from
files using a consistent API.
2020-08-31 13:03:58 -04:00
..
Makefile.am New --disable-glib configure option 2020-08-05 20:36:20 -04:00
mdbfakeglib.h Attempt to make the ODBC driver thread-safe 2020-08-19 15:35:02 -04:00
mdbprivate.h Revert use of config.h 2013-07-15 02:42:12 +02:00
mdbsql.h const correctness (fixes warning) 2020-08-23 07:56:26 +10:00
mdbtools.h Support fuzz testing (#4) 2020-08-31 13:03:58 -04:00
mdbver.h.in Fix FSF address in headers 2013-07-04 13:50:33 +02:00