syzkaller/sys/netbsd
Dmitry Vyukov 162bd26be4 pkg/compiler: make buffer alias to ptr[array[int8]]
Ptr type has special handling of direction (pointers are always input).
But buffer type missed this special case all the time.
Make buffer less special by aliasing to the ptr[array[int8]] type.
As the result buffer type can't have optional trailing "opt" attribute
because we don't have such support for templates yet.
Change such cases to use ptr type directly.

Fixes #1097
2019-04-01 12:46:10 +02:00
..
gen pkg/compiler: make buffer alias to ptr[array[int8]] 2019-04-01 12:46:10 +02:00
fs_amd64.const Lots of changes to sys/netbsd (#397) 2017-10-25 09:27:47 +02:00
fs.txt sys: consistently mark all paddings as const[0] 2018-12-10 16:37:02 +01:00
init.go sys/netbsd: use posix helper instead of copy-pasted code 2018-08-25 09:05:51 -07:00
ipc_amd64.const Add two new syscalls shmctl and msgctl 2017-10-30 18:57:38 +01:00
ipc.txt Added a few more syscall descriptions, consts 2017-10-30 18:57:38 +01:00
mm_amd64.const sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
mm.txt sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
socket_amd64.const Added a few more syscall descriptions, consts 2017-10-30 18:57:38 +01:00
socket_inet6_amd64.const sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet6.txt sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet_amd64.const sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet.txt sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_unix_amd64.const Added a few more syscall descriptions, consts 2017-10-30 18:57:38 +01:00
socket_unix.txt sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
socket.txt sys/netbsd: fix socketpair usage 2018-12-09 15:31:32 +01:00
sys_amd64.const sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
sys.txt sys/linux: add syz_execute_func 2018-08-30 21:45:04 -07:00