-
In the [Wasmtime meeting today](https://github.com/bytecodealliance/meetings/blob/main/wasmtime/2024/wasmtime-10-10.md), there was a lot of good discussion about our procedures and standards around fu…
-
### Component
Forge
### Describe the feature you would like
Currently, the forge fuzz testing and invariant testing don’t support coverage-guided fuzzing, which could generally improve the fuzzing …
-
Hello, have you meet the problem that of SEGV on unknown address 0x000000000008
I met this problem when I am initializing the fuzzer(vbox-coverage), the error info is
```
UndefinedBehaviorSanit…
-
Normal fuzz tests check that a fuzzer passes the test _every time_ (`∀x: p(x)`).
Sometimes it's helpful to test whether a fuzzer passes the test _at least once_ (`∃x: p(x)`).
API sketch (with bad …
-
# Fuzz driver generated by [oss-fuzz-gen](https://github.com/google/oss-fuzz-gen)
```cpp
#include "ixml.h"
#include
#include
#include
#include
#define kMinInputLength 10
#define kMaxInpu…
-
The wallet has poor fuzz coverage. Hopefully, some work is being done to improve it. The goal of this issue is to actively track current work and work that needs to be done to improve fuzz coverage fo…
-
Context: This checking if the repository name is included in the [OSS-Fuzz](https://github.com/google/oss-fuzz) project list. Fuzzing, or fuzz testing, is the practice of feeding unexpected or r…
-
The current fuzzer https://github.com/libgit2/libgit2/blob/main/fuzzers/patch_parse_fuzzer.c does not have fuzzing against fuzzing options other than `GIT_PATCH_OPTIONS_INIT`. `#define GIT_PATCH_OPTIO…
-
**Is your feature request related to a problem? Please describe.**
We currently do not do fuzz testing on wasmCloud and it would be great to ensure that we're passing fuzz tests on each PR.
**Desc…
-
I'm generally new to the code base but it looks like existing fuzz tests might be generating random data and making sure it can be read back, but we don't have any fuzz tests for malformed data. I th…