[Qemu-devel] [PATCH 01/11] linux-user: fix statfs

2012-10-18 Thread riku . voipio
From: Alexander Graf The statfs syscall should always memset(0) its full struct extent before writing to it. Newer versions of the syscall use one of the reserved fields for flags, which would otherwise get stale values from uncleaned memory. This fixes libarchive for me, which got confused abou

[Qemu-devel] [PATCH 01/11] linux-user: fix statfs

2012-10-12 Thread riku . voipio
From: Alexander Graf The statfs syscall should always memset(0) its full struct extent before writing to it. Newer versions of the syscall use one of the reserved fields for flags, which would otherwise get stale values from uncleaned memory. This fixes libarchive for me, which got confused abou