]> Git Repo - qemu.git/commit - hw/ide/core.c
ide: Initialise buffers with zeros
authorKevin Wolf <[email protected]>
Mon, 4 Jul 2011 12:43:58 +0000 (14:43 +0200)
committerKevin Wolf <[email protected]>
Tue, 5 Jul 2011 09:23:43 +0000 (11:23 +0200)
commitc925400ba83bd57bf560e071f400012248f1644a
tree84971e38b8c5f5c212f6cfb35fe46e14e0f972c7
parent40c4ed3f95f0b2ffa0848df0fc311556bb7472a1
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 <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
hw/ide/core.c
This page took 0.023223 seconds and 4 git commands to generate.