Re: [PATCH] oss-fuzz: Fix coverage runtime error

2024-08-28 Thread Andrew Cooper
On 28/08/2024 2:38 pm, Tamas K Lengyel wrote: > The oss-fuzz infrastructure collects runtime coverage information for > debugging > and fuzzing evaluation. Currently it appears broken due to missing C files. > This is because the fuzzer's Makefile only symlinks the C files from various > locations

[PATCH] oss-fuzz: Fix coverage runtime error

2024-08-28 Thread Tamas K Lengyel
The oss-fuzz infrastructure collects runtime coverage information for debugging and fuzzing evaluation. Currently it appears broken due to missing C files. This is because the fuzzer's Makefile only symlinks the C files from various locations in the Xen source tree into the build folder. These syml