* grub-core/commands/verify.c (grub_verify_signature): Use unsigned
operations to have intended shifts and not divisions.
This commit is contained in:
parent
a9c94590dd
commit
d2789cf0b8
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/verify.c (grub_verify_signature): Use unsigned
|
||||
operations to have intended shifts and not divisions.
|
||||
|
||||
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/i386/pc/plan9.c (fill_disk): Fix types to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue