grub/grub-core/kern/i386/pc
Vladimir 'phcoder' Serbinenko c76386454e Avoid using Reed-Solomon with 0 redundancy.
* grub-core/kern/i386/pc/startup.S: Remove 0-data check.
	* grub-core/lib/reed_solomon.c (decode_block): Do not proceed on 0 data
	or 0 redundancy.
	(grub_reed_solomon_add_redundancy): Do not proceed with 0 redundancy.
	(grub_reed_solomon_recover): Likewise.
2010-12-27 07:09:43 +01:00
..
init.c Unify memory types. 2010-09-19 00:04:31 +02:00
lzma_decode.S Remove dead code in decompressor 2010-09-21 10:07:12 +02:00
mmap.c Unify memory types. 2010-09-19 00:04:31 +02:00
startup.S Avoid using Reed-Solomon with 0 redundancy. 2010-12-27 07:09:43 +01:00