* grub-core/kern/disk.c (grub_disk_write): Use malloc/free instead of
variable length arrays. Saves 50 bytes on compressed image.
This commit is contained in:
parent
2e4659b810
commit
2cc679adae
2 changed files with 19 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/disk.c (grub_disk_write): Use malloc/free instead of
|
||||
variable length arrays.
|
||||
|
||||
Saves 50 bytes on compressed image.
|
||||
|
||||
2013-10-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/i386/bsd.c: Remove variable length arrays.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue