Re: [PATCH v2 07/15] fuzz: Add support for custom crossover functions

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:02 -04, Alexander Bulekov wrote: > libfuzzer supports a "custom crossover function". Libfuzzer often tries > to blend two inputs to create a new interesting input. Sometimes, we > have a better idea about how to blend inputs together. This change > allows fuzzers t

[PATCH v2 07/15] fuzz: Add support for custom crossover functions

2020-08-18 Thread Alexander Bulekov
libfuzzer supports a "custom crossover function". Libfuzzer often tries to blend two inputs to create a new interesting input. Sometimes, we have a better idea about how to blend inputs together. This change allows fuzzers to specify a custom function for blending two inputs together. Signed-off-b