]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
authorMikaël Urankar <mikael.urankar@gmail.com>
Sat, 8 Jul 2017 11:13:31 +0000 (13:13 +0200)
committerWarner Losh <imp@bsdimp.com>
Sun, 17 Oct 2021 22:55:52 +0000 (16:55 -0600)
commit948516a3fac0bdd47eb127fe1a86148ed86d5c65
tree219564265174a41a9b29af0f3db659d540849891
parentc148a0572130ff485cd2249fbdd1a3260d5e10a4
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()

Similar to the equivalent linux-user commit e6deac9cf99

When mapping MAP_ANONYMOUS memory fragments, still need notice about to
set it zero, or it will cause issues.

Signed-off-by: Mikaël Urankar <mikael.urankar@gmail.com>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/mmap.c