* grub-core/kern/dl.c: Don't discard const attribute.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:26:27 +01:00
parent 2f9c48041a
commit 05126706b0
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c: Don't discard const attribute.
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/disk.c: Fix potential overflow.