Re: [PATCH v2] fuzz: select fuzz target using executable name

2020-05-01 Thread Alexander Bulekov
Please ignore. I think I misunderstood the issue with the pull-request. Additionally, this patch still has incorrect spacing and is missing review tags. On 200501 0956, Alexander Bulekov wrote: > The fuzzers are built into a binary (e.g. qemu-fuzz-i386). To select the > device to fuzz/fuzz

Re: [PATCH v2] fuzz: select fuzz target using executable name

2020-05-01 Thread Darren Kenny
On Friday, 2020-05-01 at 09:56:12 -04, Alexander Bulekov wrote: > The fuzzers are built into a binary (e.g. qemu-fuzz-i386). To select the > device to fuzz/fuzz target, we usually use the --fuzz-target= argument. > This commit allows the fuzz-target to be specified using the name of the >

[PATCH v2] fuzz: select fuzz target using executable name

2020-05-01 Thread Alexander Bulekov
The fuzzers are built into a binary (e.g. qemu-fuzz-i386). To select the device to fuzz/fuzz target, we usually use the --fuzz-target= argument. This commit allows the fuzz-target to be specified using the name of the executable. If the executable name ends with -target-FUZZ_TARGET, then we select