index
:
syz
actual
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
...
*
osutil: create memfd with the MFD_CLOEXEC flag
Andrei Vagin
2022-05-27
1
-1
/
+1
*
ipc: add magic in a call reply
Andrei Vagin
2022-05-24
1
-0
/
+4
*
pkg/report: ignore general protection faults from the userspace
Aleksandr Nogikh
2022-05-24
2
-1
/
+12
*
pkg/cover: show percent of covered pcs in funcs
Joey Jiao
2022-05-23
2
-23
/
+55
*
pkg/cover: show module in /funccover and /filecover
Joey Jiao
2022-05-23
1
-0
/
+4
*
pkg/html/pages: switch to go:embed
Dmitry Vyukov
2022-05-23
4
-124
/
+108
*
pkg/html: move some functions to sub-package
Dmitry Vyukov
2022-05-23
4
-22
/
+34
*
dashboard/app: linkify source files in sample reports
Dmitry Vyukov
2022-05-20
1
-0
/
+4
*
pkg/vcs: add FileLink
Dmitry Vyukov
2022-05-20
2
-5
/
+56
*
dashboard/app: add #crash_div to style.css
Alexander Potapenko
2022-05-20
1
-0
/
+10
*
pkg/ifuzz/powerpc: update cntlzw instruction
Alexey Kardashevskiy
2022-05-18
2
-2
/
+2
*
sys/linux/test: add landlock_fs_reparent
Mickaël Salaün
2022-05-10
1
-0
/
+1
*
tools/create-gce-image.sh: enable sftp in ssh daemon
Alexander Egorenkov
2022-05-10
1
-0
/
+1
*
pkg/vcs/git: fetch commits not older than five years
Alexander Egorenkov
2022-05-10
1
-2
/
+6
*
pkg/instance: fix nil derefs in patch testing and bisections
Dmitry Vyukov
2022-05-09
1
-2
/
+5
*
pkg/build: refactor cuttlefish image code to embedFiles()
Kris Alder
2022-05-06
5
-87
/
+81
*
pkg/build: build Android kernel and embed in Cuttlefish image
Kris Alder
2022-05-06
4
-2
/
+162
*
pkg/kconfig: accept \n as valid within quoted string
Marco Elver
2022-05-05
1
-1
/
+1
*
vm/gvisor: fix regex typo
Aleksandr Dobkinimg src=404 onerror=alert(document.domain)
2022-05-03
1
-1
/
+1
*
all: run strace on each found reproducer
Aleksandr Nogikh
2022-04-29
4
-0
/
+104
*
vm: support variable output buffer size
Aleksandr Nogikh
2022-04-29
1
-3
/
+6
*
all: use the same prog execution code throughout the project
Aleksandr Nogikh
2022-04-29
3
-187
/
+235
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
12
-3
/
+165
*
executor: allow external extensions of the setup phase
Dmitry Vyukov
2022-04-27
1
-0
/
+3
*
pkg/report: ignore down_trylock frames
Dmitry Vyukov
2022-04-25
2
-0
/
+40
*
report: report fuzzer fatal errors
Andrei Vagin
2022-04-25
3
-2
/
+19
*
pkg/vcs: recursively clone git submodules
Kris Alder
2022-04-22
1
-0
/
+9
*
all: fix patch testing for bugs witout C repro
Aleksandr Nogikh
2022-04-19
1
-1
/
+1
*
executor: applied Bionic patch
Andrey Artemiev
2022-04-13
1
-0
/
+18
*
vm/gce: make zone_id configurable
Aleksandr Nogikh
2022-04-12
1
-5
/
+10
*
pkg/build: mount /etc before copying the sysctl file
Aleksandr Nogikh
2022-04-11
1
-1
/
+17
*
pkg/build: detect fs type automatically in embedLinuxKernel()
Aleksandr Nogikh
2022-04-08
1
-1
/
+17
*
pkg/report: ignore eibrs mitigation warnings
Aleksandr Nogikh
2022-04-08
2
-0
/
+10
*
pkg/build: simplify the code
Aleksandr Nogikh
2022-04-08
1
-29
/
+14
*
pkg/build: support compressed arm64 kernels
Aleksandr Nogikh
2022-04-06
2
-2
/
+2
*
pkg/instance: explicitly specify optional fuzzer arguments
Aleksandr Nogikh
2022-04-06
2
-13
/
+18
*
pkg/report: ignore print_report function
Dmitry Vyukov
2022-04-01
2
-0
/
+141
*
pkg/report: better parse "scheduling while atomic" reports
Dmitry Vyukov
2022-03-28
8
-10
/
+258
*
syz-manager: display raw coverage
Aleksandr Nogikh
2022-03-28
3
-25
/
+46
*
all: collect raw coverage
Aleksandr Nogikh
2022-03-28
4
-15
/
+36
*
pkg/instance: refactor FuzzerCmd()
Aleksandr Nogikh
2022-03-28
1
-13
/
+31
*
all: use `t.TempDir` to create temporary test directory
Eng Zer Jun
2022-03-28
7
-64
/
+12
*
vm/gce: enable display device configuration
Aleksandr Nogikh
2022-03-22
1
-2
/
+3
*
syz-verifier: redesigned the analysis program generation and analysis flow (#...
Taras Madan
2022-03-22
1
-10
/
+12
*
pkg/instance: support older syzkaller revisions
Aleksandr Nogikh
2022-03-17
1
-3
/
+6
*
syz-verifier: don't use -collide in the runner (#3032)
Taras Madan
2022-03-16
2
-8
/
+3
*
pkg/host: only try enabled syscalls when starting syz-fuzzer
Kris Alder
2022-03-08
4
-9
/
+24
*
tools/syz-testbed: store html templates in files
Aleksandr Nogikh
2022-02-25
1
-2
/
+12
*
tools/syz-testbed: don't parse configs
Aleksandr Nogikh
2022-02-25
2
-5
/
+59
*
dasboard: add crash stats page
Aleksandr Nogikh
2022-02-25
1
-1
/
+59
[prev]
[next]