zhenyudg
zhenyudg
Over the course of reviewing resumes, I find that I keep repeating some of the same things over and over again. A proofreading checklist would hopefully address some of the...
Currently, using honggfuzz + rules_fuzzing requires users to install libunwind-dev and libblocksruntime-dev. Users might also need to configure their bazel toolchains to support these dependencies. I would prefer to see...
Adds support for `bazel coverage` to gather coverage on fuzz targets replayed on the corpus.
## Requested Behavior Specifying an `env` dictionary of environment variables in a `cc_fuzz_test` causes the regression test and fuzz test to execute with the environment variables set. ## Actual Behavior...
## Requested Behavior Support for black box fuzzing with TSAN. An impediment to fuzzing with TSAN is that coverage instrumentation for coverage-guided fuzzing is not thread safe (see https://github.com/google/oss-fuzz/issues/5272#issuecomment-790805359). We...
As a result of increased fuzzing in our organization, we now have thousands of fuzz corpus files (admittedly a good problem to have :) Currently, we individually store all of...