mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +00:00
162bd26be4
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 |
||
---|---|---|
.. | ||
gen | ||
test | ||
any.txt | ||
exec.txt | ||
fmt.txt | ||
init.go | ||
test_32_fork_shmem.const | ||
test_32_shmem.const | ||
test_64_fork.const | ||
test_64.const | ||
test.txt |