diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-19 14:33:45 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-19 14:33:45 +0100 |
| commit | 28c04d39e052ee2960eebc16a3f7fba88920cd52 (patch) | |
| tree | b949259fe62ae77eb7a5ae9cbbf861cb31c63a4d /sys/linux/gen/arm.go | |
| parent | e454923488b8efd4665785621c1b8757ae8c6aad (diff) | |
sys/linux: disable SYSLOG_ACTION_CLEAR
For context see:
https://groups.google.com/d/msg/syzkaller/8nUJCnMfark/y8HOM_vrCQAJ
Diffstat (limited to 'sys/linux/gen/arm.go')
| -rw-r--r-- | sys/linux/gen/arm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/gen/arm.go b/sys/linux/gen/arm.go index fef455bbb..eecbf2c6f 100644 --- a/sys/linux/gen/arm.go +++ b/sys/linux/gen/arm.go @@ -38877,7 +38877,7 @@ var syscalls_arm = []*Syscall{ &PtrType{TypeCommon: TypeCommon{TypeName: "buffer", FldName: "info", TypeSize: 4}, Type: &BufferType{TypeCommon: TypeCommon{ArgDir: 1, IsVarlen: true}}}, }}, {NR: 103, Name: "syslog", CallName: "syslog", Args: []Type{ - &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "syslog_cmd", FldName: "cmd", TypeSize: 4}}, Vals: []uint64{0, 1, 2, 3, 4, 5, 9, 10}}, + &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "syslog_cmd", FldName: "cmd", TypeSize: 4}}, Vals: []uint64{0, 1, 2, 3, 4, 9, 10}}, &PtrType{TypeCommon: TypeCommon{TypeName: "buffer", FldName: "buf", TypeSize: 4, IsOptional: true}, Type: &BufferType{TypeCommon: TypeCommon{ArgDir: 1, IsVarlen: true}}}, &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "len", FldName: "len", TypeSize: 4}}, Buf: "buf"}, }}, @@ -47393,4 +47393,4 @@ var consts_arm = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm = "884b94f59270cfa98684e7b9cbf06a7ee5cf0954" +const revision_arm = "99e5f44bbc0f75339093994a7bc9f9f7e12afe15" |
