Home
last modified time | relevance | path

Searched refs:LLVMFuzzerTestOneInput (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38470-2.patch16 fuzz-domain: fuzz/fuzz-domain.c:38: int LLVMFuzzerTestOneInput(const uint8_t *, size_t): Assertion …
27 #9 0x5344a4 in LLVMFuzzerTestOneInput /home/vagrant/avahi/fuzz/fuzz-domain.c:38:9
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.h121 int LLVMFuzzerTestOneInput(const unsigned char *Data, size_t Size);
H A Dfuzz.c143 int LLVMFuzzerTestOneInput(const unsigned char *Data, size_t Size) in LLVMFuzzerTestOneInput() function
/openbmc/qemu/docs/devel/
H A Dfuzzing.rst274 ``LLVMFuzzerTestOneInput``: called for each fuzzing run. Processes the input and
289 ``LLVMFuzzerTestOneInput``: Uses qtest/qos functions to act based on the fuzz
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml552 grep "LLVMFuzzerTestOneInput" ${fuzzer} > /dev/null 2>&1 || continue ;
/openbmc/qemu/
H A Dmeson.build530 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
531 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { return 0; }