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
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
syz-manager: add comment explaining why we don't set corrupted for repros
Dmitry Vyukov
2018-01-10
1
-0
/
+24
*
syz-fuzzer: improve kmemleak support
Dmitry Vyukov
2018-01-09
7
-7
/
+60
*
pkg/report: ignore kernel/workqueue.c as guilty file
Dmitry Vyukov
2018-01-08
2
-2
/
+2
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
5
-12
/
+37
*
pkg/compiler: make signalno a type alias
Dmitry Vyukov
2018-01-08
1
-19
/
+0
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
12
-116
/
+302
*
pkg/report: add few more test cases where we fail
Dmitry Vyukov
2018-01-08
3
-0
/
+297
*
pkg/report: add tests where we produce bad title
Dmitry Vyukov
2018-01-06
3
-0
/
+245
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
2
-5
/
+5
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
2
-5
/
+9
*
pkg/ipc: always prepend handshake errors with executor pid
Dmitry Vyukov
2018-01-06
1
-6
/
+4
*
pkg/csource: fix build of generated files
Dmitry Vyukov
2018-01-06
1
-1
/
+1
*
pkg/report: add few tests where we mis-detect title/guilty file
Dmitry Vyukov
2018-01-06
4
-0
/
+439
*
pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs
Dmitry Vyukov
2018-01-06
2
-0
/
+4
*
sys/linux: fix some copy-paste errors
Dmitry Vyukov
2017-12-28
1
-0
/
+59
*
pkg/email: don't add <> to email when name is empty
Dmitry Vyukov
2017-12-28
2
-2
/
+24
*
pkg/csource: tidy up generated code a bit
Dmitry Vyukov
2017-12-27
2
-16
/
+26
*
executor: introduce uint64/32/16/8 types
Dmitry Vyukov
2017-12-27
5
-165
/
+187
*
executor: fix another format bug
Dmitry Vyukov
2017-12-27
1
-1
/
+1
*
pkg/report: add more cases where we fail to parse reports
Dmitry Vyukov
2017-12-27
4
-0
/
+354
*
pkg/csource: add top-level repeat loop
Dmitry Vyukov
2017-12-27
1
-16
/
+28
*
pkg/csource: simplify generated code
Dmitry Vyukov
2017-12-27
1
-5
/
+3
*
executor: check format strings
Dmitry Vyukov
2017-12-27
5
-35
/
+40
*
dashboard/app: extract fixing tags from commits
Dmitry Vyukov
2017-12-27
4
-6
/
+149
*
pkg/csource: mimic the way syscalls are scheduled in executor
Dmitry Vyukov
2017-12-22
2
-22
/
+70
*
executor: remove dead code
Dmitry Vyukov
2017-12-22
1
-2
/
+0
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
3
-19
/
+38
*
pkg/csource: limit thread stacks
Dmitry Vyukov
2017-12-22
1
-2
/
+5
*
pkg/csource: fix string escaping bug
Dmitry Vyukov
2017-12-22
1
-0
/
+2
*
pkg/report: add test where we fail to detect guilty function
Dmitry Vyukov
2017-12-19
1
-0
/
+58
*
pkg/report: add test where we fail to detect corrupted report
Dmitry Vyukov
2017-12-19
1
-0
/
+14
*
pkg/email: improve parsing of splitted lines
Dmitry Vyukov
2017-12-19
2
-29
/
+80
*
pkg/report: add test for a bug in report parsing
Dmitry Vyukov
2017-12-18
1
-0
/
+42
*
syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputs
Dmitry Vyukov
2017-12-18
2
-9
/
+26
*
syz-fuzzer: refactor
Dmitry Vyukov
2017-12-18
1
-8
/
+0
*
pkg/csource: make strings more readable
Dmitry Vyukov
2017-12-17
1
-11
/
+56
*
prog: use dense indexes for copyout instructions
Dmitry Vyukov
2017-12-17
1
-13
/
+42
*
prog: add DeserializeExec
Dmitry Vyukov
2017-12-17
1
-124
/
+77
*
pkg/csource: refactor
Dmitry Vyukov
2017-12-17
4
-179
/
+230
*
pkg/ipc: make threaded/collide per-program options
Dmitry Vyukov
2017-12-17
2
-53
/
+71
*
pkg/report: add another test
Dmitry Vyukov
2017-12-17
1
-0
/
+17
*
sys: move test syscalls to a separate target
Dmitry Vyukov
2017-12-17
3
-9
/
+3
*
executor: fix macros in common.h
Andrey Konovalov
2017-12-14
4
-12
/
+16
*
pkg/report: fix __this_cpu_* report header call trace capture
Andrey Konovalov
2017-12-13
3
-4
/
+34
*
pkg/report: add another corruped report format
Dmitry Vyukov
2017-12-12
2
-0
/
+87
*
pkg/report: add another guilty file test
Dmitry Vyukov
2017-12-12
1
-0
/
+30
*
pkg/report: properly infer kernel location if kcov is not enabled
Dmitry Vyukov
2017-12-12
1
-18
/
+28
*
pkg/report: add few more corrupted reports
Dmitry Vyukov
2017-12-12
2
-0
/
+127
*
pkg/report: improve using __this_cpu_add() in preemptible code report
Dmitry Vyukov
2017-12-12
3
-5
/
+20
*
pkg/report: handle syzkaller binaries
Dmitry Vyukov
2017-12-12
3
-2
/
+54
[next]