]> granicus.if.org Git - strace/commit
msghdr: cast pointers to kernel_ureg_t instead of unsigned long
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 21 Dec 2016 00:04:06 +0000 (00:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 21 Dec 2016 23:35:29 +0000 (23:35 +0000)
commitac68c7db140f76fc4cfce0801433d7cc11458fdb
tree46cd0a807586d126c7547faec8eb728da4f06828
parenta06073fbbbb230eef437023e7e6f6e312ea20586
msghdr: cast pointers to kernel_ureg_t instead of unsigned long

* msghdr.c (print_struct_msghdr): Cast msghdr.msg_iov and
msghdr.msg_control pointers to kernel_ureg_t instead of unsigned long.
msghdr.c