]> git.ipfire.org Git - thirdparty/qemu.git/commit
multiboot: Check validity of mh_header_addr
authorKevin Wolf <kwolf@redhat.com>
Wed, 14 Mar 2018 16:57:45 +0000 (17:57 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:45:00 +0000 (20:45 -0500)
commit32ccaed1ae047d5d71b2d74b4cb8212e643f7d27
tree23cde18e1a745d486fc3735c3d8a84e2e5020160
parent31b0eb0dad3daef6cd9eef74bc107cb3367450e7
multiboot: Check validity of mh_header_addr

I couldn't find a case where this prevents something bad from happening
that isn't already caught by other checks, but let's err on the safe
side and check that mh_header_addr is as expected.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jack Schwartz <jack.schwartz@oracle.com>
(cherry picked from commit dbf2dce7aabb7723542bd182175904846d70b0f9)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/multiboot.c