commit | c925400ba83bd57bf560e071f400012248f1644a | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Jul 04 14:43:58 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 05 11:23:43 2011 +0200 |
tree | 84971e38b8c5f5c212f6cfb35fe46e14e0f972c7 | |
parent | 40c4ed3f95f0b2ffa0848df0fc311556bb7472a1 [diff] |
ide: Initialise buffers with zeros Just in case there's still a way how a guest can read out buffers when it's not supposed to, let's zero the buffers during initialisation so that we don't leak information to the guest. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>