Re: [Xen-devel] [PATCH v3 1/7] tools/fuzz: introduce libelf target

2016-12-12 Thread Jan Beulich
>>> On 12.12.16 at 10:28, wrote: > Source code and Makefile to fuzz libelf in Google's oss-fuzz > infrastructure. > > Introduce FUZZ_NO_LIBXC in libelf-private.h. That macro will be set when > compiling libelf fuzzer target because libxc is not required in libelf > fuzzing. > > Signed-off-by: We

[Xen-devel] [PATCH v3 1/7] tools/fuzz: introduce libelf target

2016-12-12 Thread Wei Liu
Source code and Makefile to fuzz libelf in Google's oss-fuzz infrastructure. Introduce FUZZ_NO_LIBXC in libelf-private.h. That macro will be set when compiling libelf fuzzer target because libxc is not required in libelf fuzzing. Signed-off-by: Wei Liu --- Cc: Andrew Cooper Cc: George Dunlap C