7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check decoding of struct msghdr.msg_name* arguments of recvmsg syscall.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -a20 -e trace=recvmsg
|