Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: disable subprocess command for fuzzing
Allowing arbitrary command execution for the fuzzer is not ideal. While some testing of this code is valid, unsupervised fuzzing of the input is not. It may be better to add a dedicated test or fuzz-test for this case.
- Loading branch information