* grub-core/efiemu/prepare.c (grub_efiemu_crc): Add missing

zeroing of CRC field before computing CRC.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-28 03:59:08 +01:00
parent 5a6e39c28f
commit dc693fe67c
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/efiemu/prepare.c (grub_efiemu_crc): Add missing
zeroing of CRC field before computing CRC.
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c (malloc_in_range): Fix memory leak.