Fix overflow in grub_util_get_fd_size for NetBSD.

This commit is contained in:
Grégoire Sutre 2012-06-25 10:09:57 +02:00
parent 8a4d6a445b
commit 650cfcfea2
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2012-06-25 Grégoire Sutre <gregoire.sutre@gmail.com>
Fix overflow.
* grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size)
[__NetBSD__]: Add explicit cast before bitshift.
2012-06-23 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Bump to 2.00~rc1.