syzkaller/sys/test
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 sys/test/test: add tests for test exiting in the middle of execution 2019-01-31 11:35:53 +01:00
any.txt prog: properly squash bitfields 2018-02-26 18:21:51 +01:00
exec.txt sys/test/test: add tests for test exiting in the middle of execution 2019-01-31 11:35:53 +01:00
fmt.txt executor: fix handling of big-endian bitfields 2018-12-08 19:08:08 +01:00
init.go Makefile: don't compile all targets into target binaries 2018-08-02 19:07:22 +02:00
test_32_fork_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_32_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64_fork.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64.const prog: don't add fallback signal after seccomp 2018-08-19 00:13:24 -07:00
test.txt prog, pkg/csource: more readable serialization for strings 2018-12-15 15:17:13 +01:00