index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: increase max number of syscalls
Dmitry Vyukov
2021-07-22
2
-6
/
+14
*
pkg: update generated files to go 1.17
Alexey Kardashevskiy
2021-07-07
4
-0
/
+4
*
syz-manager, syz-fuzzer: filter stale glob values in the corpus
Dmitry Vyukov
2021-06-26
2
-2
/
+3
*
all: minor glob fixes
Dmitry Vyukov
2021-05-26
1
-7
/
+6
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
7
-3
/
+37
*
pkg/host: fail loudly when coverage collection is enable w/o shmem
Patrick Meyer
2021-05-20
1
-8
/
+9
*
prog: extend TestEnabledCalls test
Dmitry Vyukov
2021-05-10
1
-3
/
+10
*
pkg/compiler: optimize array[const] representation
Dmitry Vyukov
2021-04-21
2
-6
/
+14
*
prog: detect copyout overflow
Dmitry Vyukov
2021-03-04
2
-1
/
+70
*
prog: fix oob panic in rotatorState.Select
Dmitry Vyukov
2021-01-05
2
-0
/
+16
*
prog: make priority calculation faster
Dmitry Vyukov
2021-01-05
2
-81
/
+49
*
all: fix format of fmt.Printf/Fprintf calls
Dmitry Vyukov
2020-11-30
1
-1
/
+1
*
pkg/ifuzz: invert ifuzz and ifuzzimpl
Dmitry Vyukov
2020-11-21
1
-7
/
+4
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
2
-1
/
+9
*
pkg/ifuzz: reorganize files to allow other architectures
Alexey Kardashevskiy
2020-11-20
1
-5
/
+12
*
prog: add safety check in randGen.flags
Dmitry Vyukov
2020-11-13
1
-1
/
+3
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-1
/
+2
*
prog: drop semicolons in 'go build' output to not confuse vim
Alexey Kardashevskiy
2020-10-26
1
-1
/
+1
*
prog: reduce size of tests in race mode
Dmitry Vyukov
2020-10-01
3
-0
/
+17
*
syz-fuzzer: ignore encodingexec buffer overflow errors
Dmitry Vyukov
2020-10-01
1
-1
/
+4
*
prog: don't run mutation tests in race mode
Dmitry Vyukov
2020-09-28
1
-0
/
+3
*
prog: allow arbitrary long lines in serialized programs
Dmitry Vyukov
2020-09-20
1
-21
/
+23
*
prog: extend error message on deserialization error
Dmitry Vyukov
2020-09-20
1
-1
/
+1
*
prog: add missing \n in printf
Dmitry Vyukov
2020-09-16
1
-1
/
+1
*
prog: prune recursion for resourceCentric/createResource
Dmitry Vyukov
2020-08-23
1
-20
/
+22
*
prog: fix UnionType mutation for when per-field dir is specified
Necip Fazil Yildiran
2020-08-14
1
-2
/
+2
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
4
-19
/
+32
*
sys/linux: enhanced descs for io_uring
Necip Fazil Yildiran
2020-07-24
1
-4
/
+5
*
prog: more interations in prio test
Andrey Konovalov
2020-07-21
1
-1
/
+1
*
prog/alloc: align address allocation for aligned[addr]
Albert van der Linde
2020-07-14
5
-28
/
+54
*
prog/types.go: add Type.Alignment() and TypeCommon.TypeAlign
Albert van der Linde
2020-07-14
1
-0
/
+7
*
all: fix comments format
Dmitry Vyukov
2020-07-12
7
-18
/
+18
*
tools/syz-linter: fix comments check
Dmitry Vyukov
2020-07-10
2
-11
/
+1
*
all: don't compare string len with 0
Dmitry Vyukov
2020-07-04
1
-2
/
+2
*
prog: add support for riscv64
Tobias Klauser
2020-06-25
1
-1
/
+1
*
target: support of big-endian architectures
Alexander Egorenkov
2020-06-23
1
-7
/
+8
*
sys/targets: fix mknod neutralize for netbsd
Dmitry Vyukov
2020-06-23
1
-14
/
+21
*
prog: simplify execContext.write
Dmitry Vyukov
2020-06-23
1
-5
/
+1
*
ipc: fix endianness issues
Alexander Egorenkov
2020-06-23
5
-18
/
+43
*
prog/encodingexec: pad data args with zero bytes
Alexander Egorenkov
2020-06-22
1
-0
/
+1
*
syz-fuzzer: don't include disabled syscall name in panics
Dmitry Vyukov
2020-06-16
1
-2
/
+4
*
ppc64: Increase page size
Alexey Kardashevskiy
2020-06-12
1
-1
/
+1
*
prog: increase number of iterations in a test
Dmitry Vyukov
2020-06-07
1
-1
/
+1
*
prog: remove target.StringDictionary
Dmitry Vyukov
2020-06-07
2
-12
/
+2
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-5
/
+3
*
prog: increase number of itereations in TestRotationCoverage
Dmitry Vyukov
2020-06-05
1
-1
/
+1
*
.golangci.yml: enable funlen checker
Dmitry Vyukov
2020-06-05
1
-0
/
+1
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-3
/
+2
*
.golangci.yml: enable whitespace checker
Dmitry Vyukov
2020-06-05
2
-3
/
+0
*
prog: speed up TestPrioDeterminism
Dmitry Vyukov
2020-05-21
2
-14
/
+17
[next]