grub_ata_setaddress: Check that geometry is sane when using CHS addressing.

This commit is contained in:
Vladimir Serbinenko 2015-01-20 14:16:22 +01:00
parent 1dfe3f973e
commit f27ccb584c
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ata.c (grub_ata_setaddress): Check that geometry
is sane when using CHS addressing.
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/AFSplitter.c (AF_merge): Check that mdlen is not 0.