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
*
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
*
executor: tolerate syz_genetlink_get_family_id failures
Aleksandr Nogikh
2022-02-25
1
-3
/
+1
*
syz-manager: add preserve_progs config
Aleksandr Nogikh
2022-02-04
2
-7
/
+13
*
pkg/db: make repair of the db file optional
Dmitry Vyukov
2022-02-01
2
-15
/
+18
*
pkg/report: ignore ThreadSanitizer clock allocator overflow errors
Andrei Vagin
2022-01-27
2
-0
/
+39
*
pkg/db: fix test under root
Dmitry Vyukov
2022-01-24
1
-0
/
+3
*
pkg/db: treat deserialization errors as soft
Dmitry Vyukov
2022-01-24
2
-10
/
+64
*
executor: fail on SEGV during clone()
Aleksandr Nogikh
2022-01-21
2
-1
/
+23
*
pkg/symbolizer: extend error message
Dmitry Vyukov
2022-01-20
1
-1
/
+1
*
pkg/ifuzz/powerpc: update few broken instructions
Alexey Kardashevskiy
2022-01-20
2
-204
/
+193
*
executor: add extension point for adding non-mainline pseudo-syscalls
Dmitry Vyukov
2022-01-19
3
-0
/
+10
*
all: create 8 tun devices for OpenBSD
Aleksandr Nogikh
2022-01-14
1
-2
/
+2
*
pkg/symbolizer: switch to debug/elf for symbol extraction
Dmitry Vyukov
2022-01-13
1
-61
/
+23
*
all: add syz_clone() and syz_clone3() pseudo calls
Aleksandr Nogikh
2022-01-13
3
-0
/
+50
*
pkg/csource: do not delete comments inside macros
Aleksandr Nogikh
2022-01-13
1
-1
/
+1
*
executor: remove custom sys_io_uring_setup definition
Aleksandr Nogikh
2022-01-13
1
-7
/
+1
*
executor: remove sys_memfd_create defines
Aleksandr Nogikh
2022-01-13
1
-19
/
+1
*
all: explicitly list pseudo syscall dependencies
Aleksandr Nogikh
2022-01-13
2
-6
/
+22
*
executor: move SYSCALL_DEFINES above common_*.h includes
Aleksandr Nogikh
2022-01-13
1
-1
/
+4
*
pkg/report: ignore ref_tracker frames
Dmitry Vyukov
2022-01-11
5
-0
/
+189
*
prog: pass ctx by pointer to ForeachType callback
Dmitry Vyukov
2022-01-11
1
-2
/
+2
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
4
-9
/
+26
*
pkg/compiler: fix error message spelling
Dmitry Vyukov
2022-01-11
2
-5
/
+5
*
pkg/compiler: prohibit use of len/flags/const/proc types in out fields
Dmitry Vyukov
2022-01-11
2
-1
/
+10
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
5
-20
/
+19
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
7
-25
/
+141
*
pkg/compiler: refactor code
Dmitry Vyukov
2022-01-11
2
-13
/
+18
*
pkg/report: ignore atomic_dec_and_lock frames
Dmitry Vyukov
2022-01-10
2
-0
/
+152
*
pkg/report: use KMSAN origin to dedup reports
Dmitry Vyukov
2022-01-04
10
-38
/
+80
*
pkg/report: stop parsing old KMSAN reports
Dmitry Vyukov
2022-01-04
16
-1021
/
+0
*
pkg/report: repair parsing of KMSAN kernel-usb-infoleak
Dmitry Vyukov
2022-01-04
2
-2
/
+6
*
pkg/report: add more KMSAN tests
Dmitry Vyukov
2022-01-04
6
-0
/
+348
*
executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)
Michael Tüxen
2021-12-31
1
-0
/
+3
*
executor: support larger maximum number of tun devices on *BSD (#2953)
Michael Tüxen
2021-12-30
1
-8
/
+14
*
pkg/report: normalize protection fault report on OpenBSD
Anton Lindqvist
2021-12-30
2
-0
/
+308
*
syzkaller: add the gcp secret manager dependency (#2949)
Taras Madan
2021-12-28
1
-0
/
+38
[next]