2009-05-08 Pavel Roskin <proski@gnu.org>
* disk/raid.c (grub_raid_block_xor): Make buf2 constant, it's not modified.
This commit is contained in:
parent
041b8094ac
commit
752473c2b0
3 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-05-08 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* disk/raid.c (grub_raid_block_xor): Make buf2 constant, it's
|
||||
not modified.
|
||||
|
||||
* disk/raid6_recover.c (grub_raid6_recover): Fix warnings about
|
||||
uninitialized err[0] and err[1]. Rename them to bad1 and bad2.
|
||||
Initialize them with -1. Add sanity check for bad1. Eliminate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue