* grub-core/lib/disk.c: Fix potential overflow.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:32:39 +01:00
parent 2622b1e8a8
commit 0d26164edd
2 changed files with 13 additions and 9 deletions

View file

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