2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>

* fs/ext2.c (grub_ext2_read_block): Fix an integer overflow.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-01 21:00:02 +01:00
parent c6f2fe52f1
commit c4d0b332c5
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
* fs/ext2.c (grub_ext2_read_block): Fix an integer overflow.
2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
Wait for user entry basing on presence of output rather than on errors.