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/cover: added close btn to hide syz description
Sabyrzhan Tasbolatov
2021-11-12
1
-2
/
+24
*
pkg/compiler: warn about confusing comments that fake directives
Dmitry Vyukov
2021-11-12
2
-0
/
+19
*
executor/common_linux: fuzz kvm_run
Alexey Kardashevskiy
2021-11-09
1
-8
/
+14
*
pkg/report: merge "BUG: Dentry still in use" bugs
Dmitry Vyukov
2021-10-29
4
-3
/
+100
*
executor: do not follow symlinks during umount
Aleksandr Nogikh
2021-10-29
1
-4
/
+4
*
all: add binderfs fuzzing support
Aleksandr Nogikh
2021-10-29
1
-0
/
+28
*
pkg/osutil: slightly relaxed Abs check
Dmitry Vyukov
2021-10-25
1
-9
/
+12
*
pkg/tools: add empty.go
Dmitry Vyukov
2021-10-25
2
-0
/
+7
*
pkg/report: fix parsing of syscall entry points
Dmitry Vyukov
2021-10-25
3
-1
/
+67
*
tools/syz-testbed: do not send SIGKILL to syz-managers
Aleksandr Nogikh
2021-10-20
7
-10
/
+24
*
pkg/build: support linux kernel in more locations
Dmitry Vyukov
2021-10-13
1
-1
/
+13
*
executor: don't mount some cgroup controllers during setup
Dmitry Vyukov
2021-10-13
1
-3
/
+3
*
executor: don't fail on cgroup mounting
Dmitry Vyukov
2021-10-13
1
-2
/
+3
*
pkg/host: log executor setup output
Dmitry Vyukov
2021-10-12
1
-1
/
+3
*
executor: setup cgroups once
Dmitry Vyukov
2021-10-12
1
-7
/
+3
*
executor: enable cgroup controllers one-by-one
Dmitry Vyukov
2021-10-12
1
-18
/
+39
*
executor: mount new cgroups
Dmitry Vyukov
2021-10-12
1
-2
/
+2
*
syz-manager: add the "fuzzing_vms" flag
Aleksandr Nogikh
2021-10-09
2
-0
/
+10
*
pkg/csource: fix call list filtering not being consistent
Aleksandr Nogikh
2021-10-09
1
-20
/
+23
*
pkg/compiler: fix almost infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
3
-25
/
+48
*
pkg/compiler: add more tests for templates
Dmitry Vyukov
2021-10-05
1
-0
/
+20
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
3
-18
/
+41
*
executor: work around clang-format issue
Dmitry Vyukov
2021-10-05
1
-4
/
+6
*
pkg/cover: workaround clang/ubsan bug
Dmitry Vyukov
2021-10-05
1
-8
/
+43
*
pkg/cover: fix tests with clang
Dmitry Vyukov
2021-10-05
1
-1
/
+8
*
pkg/report: sync openbsd badop suppression
Anton Lindqvist
2021-10-04
2
-6
/
+6
*
pkg/csource: remove calls instead of skipping them
Aleksandr Nogikh
2021-10-01
2
-18
/
+35
*
executor: check for single-line compound statements
Dmitry Vyukov
2021-10-01
1
-12
/
+6
*
executor: fail if the first argument isn't a known command
Andrei Vagin
2021-09-30
1
-1
/
+1
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
9
-103
/
+66
*
executor: add missing includes to BSD's setup_fault
Aleksandr Nogikh
2021-09-22
1
-0
/
+1
*
pkg/build: increse timeout for bazel
Dmitry Vyukov
2021-09-21
1
-3
/
+4
*
pkg/host: add O_NONBLOCK to isSupportedOpenFile
Denis Efremov
2021-09-20
1
-1
/
+1
*
pkg/ifuzz/powerpc: fix instructions
Alexey Kardashevskiy
2021-09-16
3
-1202
/
+1273
*
pkg/ifuzz/powerpc: fuzz instruction bits which are not opcodes
Alexey Kardashevskiy
2021-09-16
1
-1
/
+6
*
pkg/ifuzz/powerpc: fuzz the machine state register (MSR)
Alexey Kardashevskiy
2021-09-16
1
-0
/
+27
*
executor/common_kvm_ppc64: fuzz more hypercalls
Alexey Kardashevskiy
2021-09-16
2
-9
/
+20
*
executor/common_kvm_ppc64: enable nested KVM
Alexey Kardashevskiy
2021-09-16
1
-0
/
+17
*
sys/targets: enable ASLR on most targets
Aleksandr Nogikh
2021-09-16
1
-6
/
+44
*
all: try to query compiler id even when a build fails
Aleksandr Nogikh
2021-09-16
2
-22
/
+23
*
sys: skip kvm const extraction for non i386/amd64
Aleksandr Nogikh
2021-09-13
1
-4
/
+4
*
executor: ifconfig destroy wants the interface (not device) name (#2739)
Greg Steuck
2021-09-02
1
-1
/
+1
*
sys/targets: fix darwin reproducers
Patrick Meyer
2021-09-02
1
-3
/
+3
*
pkg/report: suppress reports with detected stack smashing
Aleksandr Nogikh
2021-08-31
2
-0
/
+86
*
pkg/report: ignore "WARNING: Unsupported flag value(s) of 0x%x in DT_FLAGS_1"
Aleksandr Nogikh
2021-08-31
2
-0
/
+1
*
pkg/report: ignore "WARNING: The mand mount option has been deprecated"
Marco Elver
2021-08-27
2
-1
/
+10
*
pkg/report: ignore "WARNING: the mand mount option is being deprecated"
Marco Elver
2021-08-27
2
-0
/
+10
*
pkg/report: make opcode decompilation more intelligent
Aleksandr Nogikh
2021-08-19
10
-81
/
+322
*
pkg/report: return more information from opcode decompiler
Aleksandr Nogikh
2021-08-19
5
-8
/
+21
*
pkg/cover: fix func range drop into variable range
Joey Jiao
2021-08-16
1
-0
/
+4
[next]