* grub-core/lib/crypto.c: Don't discard const attribute.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:34:03 +01:00
parent 0d26164edd
commit 76a2a43011
2 changed files with 17 additions and 12 deletions

View file

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