commit | 3e759d4293076b9358a25bb61d50d3e6fff5b0e2 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 12 11:57:48 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 12 11:57:48 2013 +0100 |
tree | 3b9fa810c804ac68d6795ae38e9bedfb909cea8b | |
parent | afea7dd4a597e15e74ec3de5a78288056296311b [diff] |
Handle recv[m]msg for non-native 32-bit personality syscalls * net.c (printmsghdr): If current_wordsize is 4 and long is wider than it, read 32-bit struct msghdr and expand it into a native one before using it. (printmmsghdr): Likewise for struct mmsghdr. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>