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
/
syz-fuzzer
/
testing.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
syz-fuzzer: remove testing mode
Dmitry Vyukov
2024-05-27
1
-121
/
+0
*
pkg/ipc: remove ExecOpts
Dmitry Vyukov
2024-05-21
1
-1
/
+1
*
pkg/ipc: remove ProgInfo
Dmitry Vyukov
2024-05-21
1
-1
/
+1
*
pkg/ipc: use flatrpc flags
Dmitry Vyukov
2024-05-17
1
-1
/
+2
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
1
-94
/
+2
*
syz-fuzzer: fix gvisor testing
Dmitry Vyukov
2024-05-07
1
-6
/
+9
*
pkg/repro, pkg/ipc: use flatrpc.Feature
Dmitry Vyukov
2024-05-06
1
-1
/
+1
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
1
-1
/
+3
*
pkg/log: add SyzFatal
Dmitry Vyukov
2024-05-03
1
-4
/
+4
*
tools/syz-runtest: switch to the generic program execution
Dmitry Vyukov
2024-05-03
1
-59
/
+0
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
1
-66
/
+15
*
syz-manager: check revisions on the host
Dmitry Vyukov
2024-04-30
1
-22
/
+31
*
pkg/ipc: dedup features to flags conversion
Dmitry Vyukov
2024-04-30
1
-1
/
+1
*
pkg/ipc: make it possible to change EnvFlags between executions
Dmitry Vyukov
2024-04-30
1
-6
/
+6
*
syz-manager: print better message about disabled syscalls
Dmitry Vyukov
2024-04-29
1
-11
/
+0
*
pkg/host: move glob parsing to host
Dmitry Vyukov
2024-04-24
1
-10
/
+0
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
1
-3
/
+0
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-6
/
+6
*
pkg/log: adjust fatal errors to the new format
Aleksandr Nogikh
2023-05-17
1
-4
/
+4
*
syz-fuzzer: avoid recognizing unsupported syscalls as kernel oops
Dmitry Vyukov
2023-04-28
1
-2
/
+4
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-2
/
+2
*
pkg/host: only try enabled syscalls when starting syz-fuzzer
Kris Alder
2022-03-08
1
-1
/
+2
*
syz-manager, syz-fuzzer: filter stale glob values in the corpus
Dmitry Vyukov
2021-06-26
1
-8
/
+21
*
syz-fuzzer: fix revision check
Dmitry Vyukov
2021-04-26
1
-1
/
+1
*
syz-fuzzer: extend diagnostics for execution of disabled syscalls
Dmitry Vyukov
2021-04-26
1
-3
/
+3
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
1
-1
/
+1
*
syz-fuzzer: run test program with correct flags
Dmitry Vyukov
2020-10-15
1
-0
/
+1
*
prog: refactor target.MakeMmap
Dmitry Vyukov
2020-04-18
1
-1
/
+1
*
syz-fuzzer: simplify checkMachine()
Andrey Konovalov
2020-04-06
1
-0
/
+4
*
syz-fuzzer: Fix cyclo. complexity error
Paul Chaignon
2020-04-06
1
-12
/
+14
*
runtest: fix using configs with namespace/setuid sandbox
Andrey Konovalov
2020-04-03
1
-2
/
+6
*
prog: dump orig prog if Deserialize panics
Dmitry Vyukov
2020-02-21
1
-5
/
+4
*
executor: refactor sandbox flags
Dmitry Vyukov
2019-11-16
1
-3
/
+3
*
syz-fuzzer: setup host features during image testing
Dmitry Vyukov
2019-05-21
1
-2
/
+7
*
syz-fuzzer: fix "all system calls are disabled" handling
Dmitry Vyukov
2019-05-07
1
-6
/
+6
*
syz-fuzzer: communicate image testing errors to caller
Dmitry Vyukov
2019-03-17
1
-2
/
+2
*
executor: remove ability to detect kernel bugs
Dmitry Vyukov
2019-01-31
1
-4
/
+1
*
fuzzer: speed up syscall support detection
Andrey Konovalov
2019-01-08
1
-0
/
+2
*
prog: implement strict parsing mode
Dmitry Vyukov
2018-12-10
1
-1
/
+1
*
prog: introduce strict parsing mode
Dmitry Vyukov
2018-12-10
1
-1
/
+1
*
ipc: add ProgInfo struct
Andrey Konovalov
2018-11-22
1
-5
/
+5
*
RFC: android: Add support for untrusted_app sandboxing (#697)
Zach Riggle
2018-09-17
1
-0
/
+4
*
tools/syz-runtest: add tool for program unit testing
Dmitry Vyukov
2018-08-03
1
-6
/
+91
*
pkg/host: disable for akaros
Dmitry Vyukov
2018-07-06
1
-1
/
+1
*
vm/vmimpl: factor out common code for ssh args and waiting for ssh
Dmitry Vyukov
2018-07-06
1
-1
/
+1
*
syz-fuzzer: fix revision checking in case executor is wrapped with ssh
Dmitry Vyukov
2018-07-06
1
-0
/
+3
*
syz-fuzzer: show executor output on failure
Dmitry Vyukov
2018-07-06
1
-1
/
+1
*
syz-fuzzer: allow wrapping executor
Dmitry Vyukov
2018-07-05
1
-1
/
+6
*
executor, pkg/ipc: support output over pipes
Dmitry Vyukov
2018-06-29
1
-5
/
+0
*
syz-fuzzer: fix testing when shmem is not used
Dmitry Vyukov
2018-06-26
1
-0
/
+6
[next]