diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-03-26 15:21:27 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-27 05:51:58 +0100 |
| commit | 87abd520f8d5796334f10c62e1ae1af621284694 (patch) | |
| tree | 61b050490be3aaeb4091b1016eacf1f49c3e4f0a /executor | |
| parent | c37c8bf05b3a5e72f9e220d4db34cd65276f4c0a (diff) | |
sys/freebsd: add bindat(2)
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 4 | ||||
| -rw-r--r-- | executor/syscalls.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h index 657364c2e..3e0d74f6f 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "325e7f88c9a9be6d5408e8f4b16b46a7dfa46701" +#define SYZ_REVISION "9153d8fbbe6b117424690a313cf2b7a3a1f02c34" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -30,7 +30,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "240c65c5b7b17b0d4a6d7365323733dd48fc9118" +#define SYZ_REVISION "b3574571fbfa175bbf91c857af8d5e6db2d92ccf" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 130d42ac6..ced2bbee3 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -252,6 +252,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, @@ -770,6 +772,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, |
