Fabian Meumertzheim

Results 232 issues of Fabian Meumertzheim

OSS-Fuzz now offers support for fuzzing Java projects with [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer). If you are interested, I could set up re2j in OSS-Fuzz. By default, Jazzer would detect undeclared exceptions (i.e. those...

Unfortunately, browserpass cannot be used on Chrome OS since this platform lacks support for native messaging. I am the author of [smart-pass](https://github.com/FabianHenneke/smart-pass), a fork of an earlier version of browserpass,...

discussion

@stefanbucur In the last 12 hours, something changed in the way GitHub generates git archive ZIPs, which causes the build to fail due to checksum mismatches. This affects all users...

wontfix

If there is interest, I could add `py_fuzz_test` backed by Atheris after the release for `java_fuzz_test` is done. As far as I can tell, this would require the following special...

feature

Adds a new bad build check for libfuzzer targets that runs the fuzzer on an empty file without any further arguments. This is specifically meant to catch issues with argument...

`register_toolchains("//pkg:all")` now follows `alias` targets defined in `pkg` and register any toolchains they point to. Also moves the `toolchain` targets defined in `@bazel_tools//tools/jdk` to a separate package to realize the...

When a cc_binary tool is executed directly (e.g. in a genrule) with remote execution, its dynamic dependencies are only available from the solib directory in the runfiles directory. This commit...

team-Rules-CPP

Previously, the default value of a user-defined string setting with `allow_multiple = True`, which is internally represented as a string, was passed to transitions as a string, not a list...

team-Configurability
awaiting-PR-merge

The ["Locating runfiles with Bzlmod" proposal](https://github.com/bazelbuild/proposals/blob/main/designs/2022-07-21-locating-runfiles-with-bzlmod.md) consists of the following individual steps: * [x] ~Add the `RunfilesLibraryInfo` provider (#16125)~ * [x] Collect repository names and mappings of the transitive closure...

type: feature request
P1
team-ExternalDeps
area-Bzlmod