summaryrefslogtreecommitdiffstats
path: root/cpus.c
diff options
context:
space:
mode:
authorPavel Zbitskiy2014-01-11 10:34:11 +0100
committerMichael Tokarev2014-01-15 20:36:13 +0100
commita39ca6a124267dcfc6bc5276fff9c4b02e5c2215 (patch)
tree431f0680e873068ce7af7af35e25bf868c6300bf /cpus.c
parentlinux-user: fixed getsockopt() optlen (diff)
downloadqemu-a39ca6a124267dcfc6bc5276fff9c4b02e5c2215.tar.gz
qemu-a39ca6a124267dcfc6bc5276fff9c4b02e5c2215.tar.xz
qemu-a39ca6a124267dcfc6bc5276fff9c4b02e5c2215.zip
linux-user: fixed recvfrom() addrlen
addrlen parameter of recvfrom() of type socklen_t* was read into variable of type socklen_t, that caused zeroing out of upper 4 bytes when running s390x on top of x86_64. This patch changes addrlen type to abi_ulong. Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'cpus.c')
0 files changed, 0 insertions, 0 deletions