syzkaller/prog
Dmitry Vyukov 2fd6bd0d1b prog: reduce len mutation priority
Mutating LenType only produces "incorrect" results according to descriptions,
we generally try to do it less often (there is infinite space of incorrect inputs).
2020-01-18 21:02:24 +01:00
..
test prog: fix out-of-bounds access 2019-07-30 19:33:02 +02:00
alloc_test.go .gometalinter.json: enable gofmt 2018-07-31 12:16:54 +02:00
alloc.go prog: fix a bunch of bugs in parsing 2019-03-29 08:56:02 +01:00
analysis.go prog: don't add fallback coverage after clone+ptrace 2020-01-15 18:04:21 +01:00
any_test.go pkg/compiler: fix bitfield layout bug 2019-12-20 16:45:34 +01:00
any.go prog: refactor bitfields representation 2019-12-19 19:32:45 +01:00
checksum_test.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
checksum.go sys/linux: improve ipv4/ipv6 vnet descriptions 2020-01-03 16:11:49 +01:00
clone.go prog: extend panic messages 2019-11-26 14:29:58 +01:00
decl_test.go prog: speed up resource ctors detection 2019-08-30 12:51:28 -07:00
decodeexec.go all: fix some static analysis warnings 2019-04-23 17:58:54 +03:00
encoding_test.go prog: fix tests for string enforcement 2020-01-05 12:50:29 +01:00
encoding.go pkg/compiler: fix another bitfield layout bug 2020-01-07 10:02:09 +01:00
encodingexec_test.go pkg/compiler: fix bitfield layout bug 2019-12-20 16:45:34 +01:00
encodingexec.go prog: increase encodingexec buffer size 2020-01-18 21:02:24 +01:00
export_test.go prog: measure memory allocation in benchmarks 2019-08-13 17:02:48 +02:00
generation.go prog: add insertionPoint param in generateCall func 2019-09-23 15:35:26 +02:00
hints_test.go prog: add size checks for const arguments during hints mutation 2019-10-03 10:57:55 +02:00
hints.go prog: don't mutate strings with enumerated values 2020-01-05 11:46:35 +01:00
minimization_test.go prog: don't minimize ProcType to 0 2019-07-26 10:29:36 +02:00
minimization.go prog: don't minimize ProcType to 0 2019-07-26 10:29:36 +02:00
mutation_test.go prog: mutate length of output buffers 2019-10-10 14:37:42 +02:00
mutation.go prog: reduce len mutation priority 2020-01-18 21:02:24 +01:00
norace_test.go prog: parallelize tests 2018-05-04 20:07:32 +02:00
parse_test.go prog: parallelize tests 2018-05-04 20:07:32 +02:00
parse.go prog: fix out-of-bounds access 2019-07-30 19:33:02 +02:00
prio_test.go prog: fix typo in comment 2019-12-04 09:46:40 +01:00
prio.go syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
prog_test.go prog: don't add fallback coverage after clone+ptrace 2020-01-15 18:04:21 +01:00
prog.go prog: refactor bitfields representation 2019-12-19 19:32:45 +01:00
race_test.go prog: parallelize tests 2018-05-04 20:07:32 +02:00
rand_test.go prog: tune flags generation/mutation 2020-01-18 21:02:24 +01:00
rand.go prog: tune flags generation/mutation 2020-01-18 21:02:24 +01:00
resources.go syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
rotation_test.go syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
rotation.go syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
size_test.go pkg/compiler: add offsetof type 2019-05-16 18:05:05 +02:00
size.go prog: reduce len mutation priority 2020-01-18 21:02:24 +01:00
target.go syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
types.go prog: tune flags generation/mutation 2020-01-18 21:02:24 +01:00
validation.go prog: fix a bunch of bugs in parsing 2019-03-29 08:56:02 +01:00