commit | d729bb9a7700e364b1c5f9893d61f07a9e002bce | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <yamahata@valinux.co.jp> | Wed Jul 28 23:08:42 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Aug 30 20:06:35 2010 +0000 |
tree | b1344d5d36fb7b3b75365151436212333cc48c25 | |
parent | 02a89b219039621c940863aa5a9da4fec81a1546 [diff] |
acpi: fix file size check with -acpitable. acpi table file can be modified during load so file size check should be more strict. pointer calculation should be after qemu_realloc(). not before realloc(). Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>