syzkaller/sys/akaros
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
test tools/syz-runtest: add tool for program unit testing 2018-08-03 21:08:02 +02:00
dev_amd64.const sys/akaros: add a bunch of global files for akaros 2018-07-16 20:30:09 +02:00
dev.txt sys/akaros: remove /dev/cons 2018-08-02 19:47:32 +02:00
init.go sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
sys_amd64.const sys/akaros: fix signatures of file syscalls 2018-07-16 17:39:58 +02:00
sys.txt sys/linux: add syz_execute_func 2018-08-30 21:45:04 -07:00