Re: [PATCH v2 10/15] scripts/oss-fuzz: Add wrapper program for generic fuzzer

2020-09-03 Thread Darren Kenny
Just thinking after reading later code, that maybe this should be renamed to something like target.c.tmpl, target_template.c, or similar so that it is clearer that this is not used directly, but as a template for generation of other targets. Thanks, Darren. On Wednesday, 2020-08-19 at 02:11:05

Re: [PATCH v2 10/15] scripts/oss-fuzz: Add wrapper program for generic fuzzer

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:05 -04, Alexander Bulekov wrote: > On oss-fuzz we need some sort of wrapper to specify command-line > arguments or environment variables. When we had a similar problem with > other targets that I fixed with > 05509c8e6d ("fuzz: select fuzz target using executable n

[PATCH v2 10/15] scripts/oss-fuzz: Add wrapper program for generic fuzzer

2020-08-18 Thread Alexander Bulekov
On oss-fuzz we need some sort of wrapper to specify command-line arguments or environment variables. When we had a similar problem with other targets that I fixed with 05509c8e6d ("fuzz: select fuzz target using executable name") by selecting the fuzz target based on the executable's name. In the f