commit | 779c6befc03122c819d2f81a2052fac6a4a43536 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 22 12:39:00 2009 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Jun 24 09:09:15 2009 -0500 |
tree | 663d324d4a3635558ac8efd2c113d70330cfcc81 | |
parent | 95533d5ffbdf3f45e8daa64477b63cf771376618 [diff] |
Make sure to zero out memory before calling madvise to increase robustness Avi pointed out that it's not entirely safe to rely on madvise zeroing out memory. So let's do it explicitly before calling madvise. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>