* grub-core/lib/reed_solomon.c (init_powx): Set gf_powx_inv[0] just to

be deterministic.
	(syndroms): Compute 0 syndrom.
	(rs_recover): Use 0 syndrom.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-15 02:20:21 +01:00
parent 7a7f7cc9c3
commit ee9c2e7a97
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2011-12-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/reed_solomon.c (init_powx): Set gf_powx_inv[0] just to
be deterministic.
(syndroms): Compute 0 syndrom.
(rs_recover): Use 0 syndrom.
2011-12-14 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/kernel.h (FOR_MODULES): Make it a bit faster.