Re: [PATCH v2 06/15] fuzz: Add fuzzer callbacks to DMA-read functions

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:01 -04, Alexander Bulekov wrote: > We should be careful to not call any functions besides fuzz_dma_read_cb. > Without --enable-fuzzing, fuzz_dma_read_cb is an empty inlined function. > > Signed-off-by: Alexander Bulekov Reviewed-by: Darren Kenny > --- > exec.c

[PATCH v2 06/15] fuzz: Add fuzzer callbacks to DMA-read functions

2020-08-18 Thread Alexander Bulekov
We should be careful to not call any functions besides fuzz_dma_read_cb. Without --enable-fuzzing, fuzz_dma_read_cb is an empty inlined function. Signed-off-by: Alexander Bulekov --- exec.c| 2 ++ include/exec/memory.h | 1 + include/exec/memory_ld