* grub-core/fs/ntfs.c (read_data): Prevent overflow.

(read_attr): Ensure that we read start of possibly compressed block.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-15 17:17:06 +02:00
parent e28e5fe519
commit c6666ba687
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-05-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c (read_data): Prevent overflow.
(read_attr): Ensure that we read start of possibly compressed block.
2012-05-15 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/ntfs.h (grub_ntfs_comp_table_element): New struct.