* grub-core/kern/dl.c (grub_dl_load_segments): Fix alignment handling.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-16 21:40:50 +01:00
parent bb41695449
commit 10b64f1cf4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c (grub_dl_load_segments): Fix alignment handling.
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c (grub_dl_unload): Fix freeing segments.