commit | e6deac9cf99e013a3e253aff2332836c86d8a52c | [log] [tgz] |
---|---|---|
author | Chen Gang <chengang@emindsoft.com.cn> | Wed Dec 30 09:10:54 2015 +0800 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Jan 08 15:26:16 2016 +0200 |
tree | bc9c3aaab010889853d283ab9862c46e767a55fa | |
parent | 2a0fa68fb9761e2eb3dae4034131948d33018dc9 [diff] |
linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() When mapping MAP_ANONYMOUS memory fragments, still need notice about to set it zero, or it will cause issues. Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>