* grub-core/fs/zfs/zfs.c (xor_out): Use unsigned modular arithmetics

rather than signed one.
	(recovery): Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 20:31:04 +02:00
parent 40f290606d
commit fb56391ee3
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (xor_out): Use unsigned modular arithmetics
rather than signed one.
(recovery): Likewise.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/dns.c (hash): Use unsigned arithmetic.