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:
proski 2009-05-08 19:29:04 +00:00
parent 041b8094ac
commit 752473c2b0
3 changed files with 8 additions and 4 deletions

View file

@ -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