commit | 5f370b14639370b1e010fac5b1fd094e502a781e | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Nov 18 12:15:21 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 15:26:00 2009 -0600 |
tree | ebed3290cdf54fb2d2c82ded220ab0fef12f11e8 | |
parent | 6769da29c7a3caa9de4020db87f495de692cf8e2 [diff] |
multiboot: Use signed type for negative error numbers In mb_mod_length a return value is stored that is negative in error case. With an unsigned type the check goes wrong. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>