aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-062-5/+9
* pkg/ipc: always prepend handshake errors with executor pidDmitry Vyukov2018-01-061-6/+4
* pkg/csource: fix build of generated filesDmitry Vyukov2018-01-061-1/+1
* pkg/report: add few tests where we mis-detect title/guilty fileDmitry Vyukov2018-01-064-0/+439
* pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugsDmitry Vyukov2018-01-062-0/+4
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-0/+59
* pkg/email: don't add <> to email when name is emptyDmitry Vyukov2017-12-282-2/+24
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-272-16/+26
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-275-165/+187
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* pkg/report: add more cases where we fail to parse reportsDmitry Vyukov2017-12-274-0/+354
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* executor: check format stringsDmitry Vyukov2017-12-275-35/+40
* dashboard/app: extract fixing tags from commitsDmitry Vyukov2017-12-274-6/+149
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-222-22/+70
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-223-19/+38
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* pkg/report: add test where we fail to detect guilty functionDmitry Vyukov2017-12-191-0/+58
* pkg/report: add test where we fail to detect corrupted reportDmitry Vyukov2017-12-191-0/+14
* pkg/email: improve parsing of splitted linesDmitry Vyukov2017-12-192-29/+80
* pkg/report: add test for a bug in report parsingDmitry Vyukov2017-12-181-0/+42
* syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputsDmitry Vyukov2017-12-182-9/+26
* syz-fuzzer: refactorDmitry Vyukov2017-12-181-8/+0
* pkg/csource: make strings more readableDmitry Vyukov2017-12-171-11/+56
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-13/+42
* prog: add DeserializeExecDmitry Vyukov2017-12-171-124/+77
* pkg/csource: refactorDmitry Vyukov2017-12-174-179/+230
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-172-53/+71
* pkg/report: add another testDmitry Vyukov2017-12-171-0/+17
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-173-9/+3
* executor: fix macros in common.hAndrey Konovalov2017-12-144-12/+16
* pkg/report: fix __this_cpu_* report header call trace captureAndrey Konovalov2017-12-133-4/+34
* pkg/report: add another corruped report formatDmitry Vyukov2017-12-122-0/+87
* pkg/report: add another guilty file testDmitry Vyukov2017-12-121-0/+30
* pkg/report: properly infer kernel location if kcov is not enabledDmitry Vyukov2017-12-121-18/+28
* pkg/report: add few more corrupted reportsDmitry Vyukov2017-12-122-0/+127
* pkg/report: improve using __this_cpu_add() in preemptible code reportDmitry Vyukov2017-12-123-5/+20
* pkg/report: handle syzkaller binariesDmitry Vyukov2017-12-123-2/+54
* pkg/report: clean guilty filesDmitry Vyukov2017-12-122-2/+3
* pkg/report: merge TestLinuxParseLog into TestParseDmitry Vyukov2017-12-126-158/+156
* pkg/report: move guilty file test data to testdir/Dmitry Vyukov2017-12-1227-887/+903
* pkg/report: move test data to testdir/Dmitry Vyukov2017-12-12138-2697/+2691
* pkg/report: bad unlock balance can be a WARNINGAndrey Konovalov2017-12-112-0/+54
* pkg/report: detect corrupted old-style KASAN reportsAndrey Konovalov2017-12-112-0/+88
* pkg/report: better detect corrupted stack tracesAndrey Konovalov2017-12-112-0/+47
* pkg/report: improve report header extractionAndrey Konovalov2017-12-112-53/+233
* pkg/report: fix corrupted call trace detectionAndrey Konovalov2017-12-082-1/+52