Nils Bars

Results 10 issues of Nils Bars

This pull request is intended to serve as a discussion platform, thus please don't merge it! Please add comments if something is unclear or if you have a better proposal...

priority:low

**Is your feature request related to a problem? Please describe.** Grepping through the code-base reveals many locations using `getenv` with hardcoded constants, even though there seems to be an interface...

help wanted
good first issue

Hey, I realized that `--reset` must be passed as the first argument since it is parsed by the entry point script of the container and not the script that parses...

### Version 5.7.0 ### Description These are four ASAN reports that presumably belong to the same bug. The bugs were found while testing `ngtcp2`, but I believe they originate in...

bug

Hey, Thanks for this great project! I am running into out-of-memory errors when plotting complex plots via Altair, and I guess that should be fixable by bumping the heap limit...

Hey, I found a bug (presumably in the `s_client`) that causes a null ptr dereference when communicating with a server. If you need a gdb session for debugging the crash,...

bug

**Describe the bug** While `afl-showmap` works on my target, `afl-cmin` pretends my target is crashing on the same input. I tested both `f9a8b60b3b3eb508234e2303c208acdccc50333e` (dev head) and v4.21c. Running `afl-showmap`: ```...

Hey, the docs referenced at https://crates.io/crates/unwind are outdated and nearly drove me insane :D Please update them or use docs.rs. Best, Nils

The current head (`f31876fff984ef7050adcdbe7f4c8bb3255ed8d0`) crashes with the assertion below after some time into fuzzing V8 using `--wasm`. The crash is caused by https://github.com/googleprojectzero/fuzzilli/blob/f31876fff984ef7050adcdbe7f4c8bb3255ed8d0/Sources/Fuzzilli/Base/ProgramBuilder.swift#L1615-L1618 not yielding any generators (i.e., `availableGenerators` being...