Re: [Xen-devel] [PATCH VERY RFC 2/5] tools/fuzz: introduce libelf target

2016-12-08 Thread Wei Liu
On Thu, Dec 08, 2016 at 07:47:22AM -0700, Jan Beulich wrote: > >>> On 08.12.16 at 14:54, wrote: > > A simple program and Makefile to fuzz libelf in Google's oss-fuzz > > infrastructure. > > Mind adding some description here on how this is expected to work / > be used? The new Makefile produce an

Re: [Xen-devel] [PATCH VERY RFC 2/5] tools/fuzz: introduce libelf target

2016-12-08 Thread Jan Beulich
>>> On 08.12.16 at 14:54, wrote: > A simple program and Makefile to fuzz libelf in Google's oss-fuzz > infrastructure. Mind adding some description here on how this is expected to work / be used? The new Makefile produce an object file and an archive, but no binary, so it's not clear to me what u

[Xen-devel] [PATCH VERY RFC 2/5] tools/fuzz: introduce libelf target

2016-12-08 Thread Wei Liu
A simple program and Makefile to fuzz libelf in Google's oss-fuzz infrastructure. Signed-off-by: Wei Liu --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Konrad Rzeszutek Wilk Cc: Stefano Stabellini Cc: Tim Deegan Cc: Wei Liu --- tools/fuzz/libelf/Makefile