tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 13 Jul 2016 21:56:40 +0000 (21:56 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 13 Jul 2016 22:45:04 +0000 (22:45 +0000)
commit0b2cf813d7dd838ef5c807acac3fbf6d8b35d176
tree3b2ffb4029deb32fba66e3f36750c4a5ea027384
parentd8f77cdf42bf7215e7e7615b617a1de3d01188fd
tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall

* tests/msg_name.c: New file.
* tests/msg_name.test: New test.
* tests/.gitignore: Add msg_name.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add msg_name.test.
tests/.gitignore
tests/Makefile.am
tests/msg_name.c [new file with mode: 0644]
tests/msg_name.test [new file with mode: 0755]