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
/
csource
/
generated.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor/common_zlib: fix an mmap leak
Zhiyao Feng
2023-10-06
1
-2
/
+2
*
sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submit
Dylan Yudaken
2023-07-30
1
-12
/
+9
*
sys/linux/io_uring, executor/common_linux: fix io_uring segfault
Dylan Yudaken
2023-07-30
1
-7
/
+5
*
executor/android: updated x86 seccomp policy
Liz Prucka
2023-07-25
1
-495
/
+478
*
executor: fix loop condition in lookup_endpoint
Andrey Konovalov
2023-07-18
1
-1
/
+1
*
executor: include missing linux/falloc.h
Khem Raj
2023-06-20
1
-0
/
+1
*
all: support swap feature on Linux
Aleksandr Nogikh
2023-06-15
1
-9
/
+51
*
executor: move setup_ext() below other features
Aleksandr Nogikh
2023-06-15
1
-4
/
+3
*
executor: use exitf instead of fail outside of setup sequence (#3959)
Andrei Vagin
2023-06-15
1
-4
/
+4
*
executor: use v1 memory cgroup controller
Aleksandr Nogikh
2023-06-14
1
-8
/
+6
*
executor: resolve pseudo syscall compilation problems
Aleksandr Nogikh
2023-05-04
1
-57
/
+100
*
executor: remove openbsd bits out of common_bsd.h
Greg Steuck
2023-04-27
1
-41
/
+1
*
executor: detangle common_openbsd.h out of common_bsd.h
Greg Steuck
2023-04-27
1
-1
/
+345
*
sys/targets: switch openbsd to SyscallNumbers: false
Greg Steuck
2023-04-27
1
-1
/
+21
*
sys/linux: add syz_pkey_set syscalls
Dmitry Vyukov
2023-04-03
1
-0
/
+19
*
executor: use valid temporary dir on Android
Kris Alder
2023-03-21
1
-1
/
+1
*
executor: fix initialize_tun() for Android (#3656)
kalder
2023-02-06
1
-0
/
+4
*
vm/starnix: add support for fuzzing starnix (#3624)
juanPabloMiceli
2023-01-19
1
-7
/
+7
*
executor: better prevent the panic on ext4 errors (#3604)
Aleksandr Nogikh
2023-01-03
1
-1
/
+8
*
pkg/image: treat empty compressed image as valid image
Dmitry Vyukov
2022-12-22
1
-10
/
+4
*
executor: simplify setup_loop_device
Dmitry Vyukov
2022-11-23
1
-8
/
+6
*
executor: don't reset loop device on partition scan success
Dmitry Vyukov
2022-11-23
1
-1
/
+2
*
executor: reduce zlib memory consumption
Dmitry Vyukov
2022-11-23
1
-10
/
+16
*
executor: declare variables locally in zlib
Dmitry Vyukov
2022-11-23
1
-126
/
+90
*
executor: don't pass uncompressed zlib size
Dmitry Vyukov
2022-11-23
1
-34
/
+36
*
executor: remove support for zlib length calculation
Dmitry Vyukov
2022-11-23
1
-48
/
+28
*
executor: add test for zlib decompression
Dmitry Vyukov
2022-11-23
1
-0
/
+389
*
executor: fix puff_zlib_to_file signature
Dmitry Vyukov
2022-11-23
1
-13
/
+14
*
executor: update to match the new `syz_mount_image` call
Hrutvik Kanabar
2022-11-21
1
-20
/
+392
*
executor: fix "wrong response packet" in BT fuzzing (#3493)
Tamas Koczka
2022-11-07
1
-11
/
+37
*
executor: add setup_ext_test extension point
Dmitry Vyukov
2022-11-01
1
-0
/
+3
*
executor: test extension points
Dmitry Vyukov
2022-11-01
1
-0
/
+5
*
executor: enable core dumps
Dmitry Vyukov
2022-10-07
1
-1
/
+1
*
executor: move syz_mount_image's sanity checks to syz-fuzzer
Aleksandr Nogikh
2022-09-27
1
-23
/
+0
*
pkg/csource: update generated.go with 'make generate'
George Kennedy
2022-09-21
1
-75
/
+216
*
sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory
Hrutvik Kanabar
2022-09-13
1
-1
/
+9
*
executor: fix setup of netdevsim device
Dmitry Vyukov
2022-09-09
1
-6
/
+4
*
executor: fix setup of xfrm device
Dmitry Vyukov
2022-09-09
1
-12
/
+28
*
Revert "pkg/csource: inline void* cast into generated code"
Dmitry Vyukov
2022-09-06
1
-0
/
+2
*
pkg/csource: inline void* cast into generated code
Greg Steuck
2022-09-05
1
-2
/
+0
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
1
-5
/
+6
*
executor: fixed fuzzing with System account in Android sandbox (#3275)
Andrey Artemiev
2022-08-05
1
-1
/
+2
*
vm/adb: wait for Android boot to finish
Andrey Artemiev
2022-07-25
1
-3
/
+1
*
executor: fix mounting of cgroups on read-only fs
Dmitry Vyukov
2022-07-21
1
-15
/
+24
*
executor: added code to run Android with System account
Andrey Artemiev
2022-07-19
1
-17
/
+511
*
executor: prevent ENOSPC if cgroup mount fails
Dmitry Vyukov
2022-07-15
1
-1
/
+8
*
executor: also reset flags on the parent dir if unlinking fails
Mark Johnston
2022-06-24
1
-0
/
+1
*
executor: clear more file flags when removing files
Mark Johnston
2022-06-24
1
-1
/
+1
*
pkg/csource: update generated.go with 'make generate'
Kouame Behouba Manassé
2022-06-22
1
-1
/
+3
*
pkg/csource: update generate.go with 'make generate' cmd
Kouame Behouba Manassé
2022-06-22
1
-2
/
+2
[next]