* grub-core/disk/efi/efidisk.c: Limit disk read or write chunk to 0x500

sectors.
	Based on patch by Peter Jones.
This commit is contained in:
Peter Jones 2013-04-15 09:12:14 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 25fc51a879
commit a7e03923fa
2 changed files with 40 additions and 17 deletions

View file

@ -1,3 +1,10 @@
2013-04-15 Vladimir Serbinenko <phcoder@gmail.com>
2013-04-15 Peter Jones <pjones@redhat.com>
* grub-core/disk/efi/efidisk.c: Limit disk read or write chunk to 0x500
sectors.
Based on patch by Peter Jones.
2013-04-15 Vladimir Serbinenko <phcoder@gmail.com>
Fix DMRAID partition handling.