]> git.proxmox.com Git - mirror_qemu.git/commit
hpet: Catch out-of-bounds timer access
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 13 Jun 2010 12:15:34 +0000 (14:15 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 13 Jun 2010 12:32:58 +0000 (15:32 +0300)
commit6982d6647ea98544f76d5ef40ddc23115ff44a77
tree7b70ab8af8e42befe299dac1363a4daedb4e89c2
parentc3d96978d0faaa8e54003b45619ec0768147d168
hpet: Catch out-of-bounds timer access

Also prevent out-of-bounds write access to the timers but don't spam the
host console if it triggers.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/hpet.c