8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check decoding of msg_name* fields of struct msghdr array argument
|
||
|
# of sendmmsg and recvmmsg syscalls.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -a25 -e trace=sendmmsg,recvmmsg
|