]> granicus.if.org Git - strace/commit
Fix msgsnd indirect ipccall decoding
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 31 Mar 2010 22:22:01 +0000 (22:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 31 Mar 2010 22:22:01 +0000 (22:22 +0000)
commit4310a375e905840481862c6c351152fe29df81c9
treeceffa1275ad5a5ee9f2d882b840f86d0e5a0245f
parentbab894067478879f42d764dea6130a177759ffe6
Fix msgsnd indirect ipccall decoding

This regression was introduced by commit v4.5.18-136-g783f5bc.
* ipc.c (tprint_msgsnd): Add and use "flags" argument.
(sys_msgsnd): Pass "flags" argument to tprint_msgsnd().
Patch by Anton Blanchard.
ipc.c