* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Add

safety to avoid triggerring VirtualBox bug.
This commit is contained in:
Vladimir Serbinenko 2014-08-10 11:27:13 +02:00
parent 79c80b06b8
commit 0af3ae2d8b
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2014-08-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Add
safety to avoid triggerring VirtualBox bug.
2014-08-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/cbfs.c: Don't probe disks of unknow size.