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

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:06 -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 stringifying,

[PATCH v2 11/15] scripts/oss-fuzz: Add general-fuzzer build script

2020-08-18 Thread Alexander Bulekov
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 into a byte-array representation Signed-off-by: Alexa