]> git.proxmox.com Git - qemu.git/commit
pc_sysfw: Fix ISA BIOS init for ridiculously big flash
authorMarkus Armbruster <armbru@redhat.com>
Wed, 31 Jul 2013 13:11:12 +0000 (15:11 +0200)
committerAnthony Liguori <anthony@codemonkey.ws>
Thu, 12 Sep 2013 16:45:32 +0000 (11:45 -0500)
commit7f87af39dc786a979e7ebba338d0781e366060ed
tree887d5456331af37a1cb007cc0ca731a162da97ac
parent39228250ce6cf67eb1c3799791d271f53c5c6347
pc_sysfw: Fix ISA BIOS init for ridiculously big flash

pc_isa_bios_init() suffers integer overflow for flash larger than
INT_MAX.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-id: 1375276272-15988-9-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
hw/i386/pc_sysfw.c