syzkaller/sys/test
Dmitry Vyukov 3e679c51c0 pkg/compiler: support non-zero terminated filenames
Now file names become:

string[filename]

with a possibility of using other string features:

stringnoz[filename]
string[filename, CONST_SIZE]

and filename is left as type alias as it is commonly used:

type filename string[filename]
2018-04-02 20:10:07 +02:00
..
32.go prog: harden program parsing against description changes more 2018-03-05 12:10:27 +01:00
64.go prog: harden program parsing against description changes more 2018-03-05 12:10:27 +01:00
any.txt prog: properly squash bitfields 2018-02-26 18:21:51 +01:00
init.go prog: rework address allocation 2018-02-19 21:48:20 +01:00
test_32.const sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
test_64.const sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
test.txt pkg/compiler: support non-zero terminated filenames 2018-04-02 20:10:07 +02:00