Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HACKING doc updates #4

Closed
wants to merge 7 commits into from
Closed

HACKING doc updates #4

wants to merge 7 commits into from

Conversation

jahlborn
Copy link
Contributor

Hey,
I filled in most of the changes that i could remember off the top of my head (they were either fresh in my mind or something that stuck out from the past). when i get a chance, i'll try to go through the jackcess code a little closer and see if can pick out any smaller bits. Let me know what you think.
-james

@jahlborn jahlborn closed this Aug 14, 2011
evanmiller added a commit that referenced this pull request Sep 19, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant