* grub-core/fs/ext2.c (grub_ext2_read_inode): Fix an overflow.

Reported and tested by: Timothy Nikkel.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-03-29 10:56:14 +02:00
parent ed5587afea
commit d2e29d81a9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-03-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ext2.c (grub_ext2_read_inode): Fix an overflow.
Reported and tested by: Timothy Nikkel.
2011-03-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c (dirty_region_add): Move core part to ...