]> xenbits.xensource.com Git - xen.git/commit
pv-grub: correct sizeof usage
authorMatthew Daley <mattd@bugfuzz.com>
Sat, 29 Mar 2014 05:08:08 +0000 (18:08 +1300)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 1 Apr 2014 10:32:05 +0000 (11:32 +0100)
commit0ac7e6a2c5f617c47bb99c9e799a0de53fa3290c
tree7a89ef58ae052a9652aad8b4af367b3e147af259
parent5182275cfdf78d7e4546e955d5ac9947e14b76e0
pv-grub: correct sizeof usage

We were lucky that sizeof(frame) >= sizeof(*frame) anyway.

Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
stubdom/grub/mini-os.c