Fabian Meumertzheim
Fabian Meumertzheim
Currently, whenever Autofuzz needs to decide how many bytes from the fuzzer input to spend on the construction of an object, it uses half of the remaining bytes. While this...
Not directly related to this PR, but I wonder if mixing in `lowerBoundKey` and `upperBoundKey` to the `hookId`s would create unnecessary many IDs if the map content is not stable....
_Originally posted by @fmeum in https://github.com/CodeIntelligenceTesting/jazzer/issues/121#issuecomment-850386490_
As reported by ClusterFuzz, coverage IDs can become desynchronized between child processes in fork mode. I attached a log obtained from the `ValidJsonFuzzer` fuzzer of the `json-sanitizer` project. @sebastianpoeplau Could...
> Do we want to adjust the JVM heap size with the `rss_limit_mb` value set by the user? I thought about this as well, but are users more likely to...
By loading the "gazelle" rule from @bazel_gazelle in the top-level build file, all users of targets in that file have to depend on bazel_gazelle. This is particular problematic for rules_go,...
I'm currently using the OpenPGP applet on my Yubikey for two things: SSH authentication and password decryption with pass. Given all the well-known UX issues with gpg and smart cards/hardware...