diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-31 15:14:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 17:40:43 +0100 |
| commit | 8a67aa70b05cbdf2dd5702f4c3ba302f2feba0cf (patch) | |
| tree | adf889fef0b095a74c2bc77b7429dcf5b556b477 /sys/test/test.txt | |
| parent | 8e6b9eeb2711705b01229614891c4150c7df261a (diff) | |
prog: add test for len mutation
Test we actually can get an unnatural len value.
Diffstat (limited to 'sys/test/test.txt')
| -rw-r--r-- | sys/test/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt index 6fc82d645..fcd85f20f 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -555,6 +555,7 @@ mutate3(vec ptr[in, array[int32[0:1]]], vlen len[vec]) mutate4(data ptr[in, array[int8]], size bytesize[data]) mutate5(filename ptr[in, filename], flags flags[open_flags]) fd mutate6(fd fd, data ptr[in, array[int8]], size bytesize[data]) +mutate7(a0 ptr[in, string], a1 len[a0]) open_flags = 0xabababababababab, 0xcdcdcdcdcdcdcdcd |
