* grub-core/kern/mm.c (grub_real_malloc): Use AND rather than MOD

for alignment.
This commit is contained in:
Vladimir Serbinenko 2013-11-08 09:43:26 +01:00
parent e2a6810069
commit c6b755df45
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/mm.c (grub_real_malloc): Use AND rather than MOD
for alignment.
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/reed_solomon.c (grub_reed_solomon_recover): Add