Re: [PATCH v3 11/16] scripts/oss-fuzz: Add general-fuzzer build script

2020-10-15 Thread Alexander Bulekov
On 201008 0935, Paolo Bonzini wrote: > On 21/09/20 04:25, Alexander Bulekov wrote: > > This parses a yaml file containing general-fuzzer configs and builds a > > separate oss-fuzz wrapper binary for each one, changing some > > preprocessor macros for each configuration. To avoid dealing with > > es

Re: [PATCH v3 11/16] scripts/oss-fuzz: Add general-fuzzer build script

2020-10-08 Thread Paolo Bonzini
On 21/09/20 04:25, Alexander Bulekov wrote: > This parses a yaml file containing general-fuzzer configs and builds a > separate oss-fuzz wrapper binary for each one, changing some > preprocessor macros for each configuration. To avoid dealing with > escaping and stringifying, convert each string in

Re: [PATCH v3 11/16] scripts/oss-fuzz: Add general-fuzzer build script

2020-10-01 Thread Darren Kenny
Hi Alex, On Sunday, 2020-09-20 at 22:25:01 -04, Alexander Bulekov wrote: > This parses a yaml file containing general-fuzzer configs and builds a > separate oss-fuzz wrapper binary for each one, changing some > preprocessor macros for each configuration. To avoid dealing with > escaping and string