search for: honggfuzz

Displaying 4 results from an estimated 4 matches for "honggfuzz".

2017 Aug 02
2
libFuzzer: add an option to always null-terminate?
Hi all, While playing with libFuzzer, it's a little cumbersome to having to copy the buffer just in order to null-terminate it. Is a null-terminated buffer an often-enough usage scenario to warrant a libFuzzer commandline configuration switch to always generate a null-terminated test case? Thanks, Johan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix old-style command substitution here-document crash
...mmitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: parser: Fix old-style command substitution here-document crash [ dash commit b9f8565be338c172c3bd8a96d3fe3e3ab4775120 ] On Wed, Jul 25, 2018 at 12:38:27PM +0000, project-repo wrote: > Hi, > I am working on a project in which I use the honggfuzz fuzzer to fuzz open > source software and I decided to fuzz dash. In doing so I discovered a > NULL pointer dereference in src/redir.ch on line 305. Following is a > backtrace as supplied by the address sanitizer: > > AddressSanitizer:DEADLYSIGNAL > ===============================...
2020 Aug 25
0
ANNOUNCE: libnbd 1.4 - high performance NBD client library
...thon AIO buffer adds a new "is_zero" method allowing Python clients to do sparsification when copying. Compatibility with Python 3.9. External C programs can now be compiled against libnbd’s build directory using "../libnbd/run ./configure". Honggfuzz can be used as another external fuzzing option. Fix compilation with glibc 2.32 which deprecates "sys_errlist". Many examples added or extended to demonstrate uses of the new APIs (Eric Blake). SEE ALSO libnbd(3). AUTHORS Eric Blake Richard W...
2020 Aug 27
0
ANNOUNCE: nbdkit 1.22 - high performance NBD server
...res_plugin" and "requires_filter" allows tests to be skipped if the corresponding plugin/filter was not compiled on a particular platform. So tests should now not fail when an optional external library needed by a plugin/filter is not available. Build Honggfuzz may now be used for fuzz testing. If nbdkit-python-plugin(3) is enabled, Python ≥ 3.6 must be used. Internals The export name is now passed down through filter ".open" callbacks, allowing filters to modify the export name passed through to plugins. The fi...