* util/grub-setup.c (setup): Move copying of partition table as

futher up as possible to avoid possible overwrite by floppy routines.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-11 16:15:43 +02:00
parent 60d4f0bb45
commit ba9baabecd
2 changed files with 15 additions and 10 deletions

View file

@ -1,4 +1,9 @@
2013-10-10 Vladimir Serbinenko <phcoder@gmail.com>
2013-10-11 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-setup.c (setup): Move copying of partition table as
futher up as possible to avoid possible overwrite by floppy routines.
2013-10-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fat.c: Fix handling of exfat contiguous files.