On Thu, Feb 4, 2016 at 11:30 PM, Andrew Morton
wrote:
> On Thu, 4 Feb 2016 16:40:41 +0100 Dmitry Vyukov wrote:
>
>> kcov provides code coverage collection for coverage-guided fuzzing
>> (randomized testing). Coverage-guided fuzzing is a testing technique
>> that uses coverage feedback to determi
On Thu, Feb 4, 2016 at 11:30 PM, Andrew Morton
wrote:
> On Thu, 4 Feb 2016 16:40:41 +0100 Dmitry Vyukov wrote:
>
>> kcov provides code coverage collection for coverage-guided fuzzing
>> (randomized testing). Coverage-guided fuzzing is a testing technique
>> that uses coverage feedback to determi
On Thu, 4 Feb 2016 16:40:41 +0100 Dmitry Vyukov wrote:
> kcov provides code coverage collection for coverage-guided fuzzing
> (randomized testing).
# make allmodconfig
# make
Makefile:679: Cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not
supported by compiler
scripts/kconfig/conf -
On Thu, 4 Feb 2016 16:40:41 +0100 Dmitry Vyukov wrote:
> kcov provides code coverage collection for coverage-guided fuzzing
> (randomized testing). Coverage-guided fuzzing is a testing technique
> that uses coverage feedback to determine new interesting inputs to a
> system. A notable user-space
kcov provides code coverage collection for coverage-guided fuzzing
(randomized testing). Coverage-guided fuzzing is a testing technique
that uses coverage feedback to determine new interesting inputs to a
system. A notable user-space example is AFL
(http://lcamtuf.coredump.cx/afl/). However, this t
5 matches
Mail list logo