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
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: fix "wrong response packet" in BT fuzzing (#3493)
Tamas Koczka
2022-11-07
1
-11
/
+37
*
executor: fix TestCommonExt for bigendian arches
Dmitry Vyukov
2022-11-03
1
-1
/
+1
*
executor: add setup_ext_test extension point
Dmitry Vyukov
2022-11-01
4
-0
/
+42
*
executor: test extension points
Dmitry Vyukov
2022-11-01
4
-2
/
+52
*
executor: include sys/mman.h (#3476)
glpesk
2022-10-28
1
-0
/
+1
*
executor: remove a few #defines which are not used any longer
Greg Steuck
2022-10-25
1
-10
/
+0
*
executor: deal with input_data more sensibly
Greg Steuck
2022-10-25
1
-16
/
+22
*
executor: cope with mimmutable(2) on OpenBSD
Anton Lindqvist
2022-10-23
1
-2
/
+7
*
executor: better errors for failed mmaps
Dmitry Vyukov
2022-10-21
5
-15
/
+22
*
executor: enable core dumps
Dmitry Vyukov
2022-10-07
1
-1
/
+2
*
executor: move syz_mount_image's sanity checks to syz-fuzzer
Aleksandr Nogikh
2022-09-27
1
-23
/
+0
*
executor: add NIC PCI pass-through VF support
George Kennedy
2022-09-21
2
-76
/
+219
*
pkg/csource: fix const sock_filter
George Kennedy
2022-09-21
2
-2
/
+2
*
sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory
Hrutvik Kanabar
2022-09-13
1
-2
/
+10
*
executor: fix setup of netdevsim device
Dmitry Vyukov
2022-09-09
1
-7
/
+8
*
executor: fix setup of xfrm device
Dmitry Vyukov
2022-09-09
1
-12
/
+29
*
Revert "pkg/csource: inline void* cast into generated code"
Dmitry Vyukov
2022-09-06
2
-0
/
+8
*
pkg/csource: inline void* cast into generated code
Greg Steuck
2022-09-05
2
-7
/
+0
*
executor: revert errno logic for fuchsia (#3306)
Marco Vanotti
2022-08-12
1
-0
/
+9
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
2
-6
/
+11
*
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
-5
/
+1
*
executor: fix mounting of cgroups on read-only fs
Dmitry Vyukov
2022-07-21
1
-23
/
+33
*
executor: added code to run Android with System account
Andrey Artemiev
2022-07-19
7
-19
/
+535
*
executor: prevent ENOSPC if cgroup mount fails
Dmitry Vyukov
2022-07-15
1
-1
/
+15
*
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
*
syz-manager, executor: fix out-of-bound access due to NextInstructionPC
Yuchuan Liu
2022-06-24
1
-1
/
+1
*
executor: skips declaration of unused function 'doexit_thread' for fuchsia
Kouame Behouba Manassé
2022-06-22
3
-1
/
+5
*
executor: replace outdated fuchsia syscalls in common_fuchsia.h
Kouame Behouba Manassé
2022-06-22
1
-2
/
+2
*
executor: fix enabling of ICMP/ping sockets
Dmitry Vyukov
2022-06-20
1
-1
/
+4
*
executor: try harder to unlink files on FreeBSD
Mark Johnston
2022-06-17
1
-2
/
+31
*
executor: fix out of bounds write in lookup_connect_response_in()
Ovidiu Panait
2022-06-14
3
-4
/
+6
*
executor: fixed sandbox 'android'
Andrey Artemiev
2022-06-03
1
-1
/
+2
*
executor/android: update seccomp filters
Kris Alder
2022-06-02
4
-348
/
+406
*
executor: include sched.h for syz_clone
Andrei Vagin
2022-05-27
1
-0
/
+2
*
executor: write magic in write_extra_output
Andrei Vagin
2022-05-24
1
-0
/
+1
*
ipc: add magic in a call reply
Andrei Vagin
2022-05-24
1
-0
/
+3
*
executor: allow external extensions of the setup phase
Dmitry Vyukov
2022-04-27
3
-0
/
+10
*
executor: applied Bionic patch
Andrey Artemiev
2022-04-13
1
-0
/
+29
*
executor: tolerate syz_genetlink_get_family_id failures
Aleksandr Nogikh
2022-02-25
1
-4
/
+1
*
fix: "mmap_alloc_size"->"cov->mmap_alloc_size"
aiQG_
2022-02-21
1
-1
/
+1
*
executor: fail on SEGV during clone()
Aleksandr Nogikh
2022-01-21
4
-1
/
+40
*
executor: add extension point for adding non-mainline pseudo-syscalls
Dmitry Vyukov
2022-01-19
2
-0
/
+8
*
all: create 8 tun devices for OpenBSD
Aleksandr Nogikh
2022-01-14
1
-2
/
+2
*
all: add syz_clone() and syz_clone3() pseudo calls
Aleksandr Nogikh
2022-01-13
1
-0
/
+59
*
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
*
executor: move SYSCALL_DEFINES above common_*.h includes
Aleksandr Nogikh
2022-01-13
1
-1
/
+4
*
sys/syz-sysgen: generate possibly missing __NR/SYS defines
Aleksandr Nogikh
2022-01-13
1
-0
/
+1
[next]