* grub-core/fs/bfs.c (read_bfs_file): Fix overflow with over 2TiB

filesystems.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-06 16:20:55 +02:00
parent 62ace64dd9
commit 24e9a854b8
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2012-05-06 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/bfs.c (read_bfs_file): Fix overflow with over 2TiB
filesystems.
2012-05-06 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/affs.c (grub_affs_read_block): Fix theoretical overflow.