* grub-core/lib/reed_solomon.c (decode_block): Allocate on heap and not
stack. (encode_block): Likewise.
This commit is contained in:
parent
276b7a8bdd
commit
96f8caf812
2 changed files with 27 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/reed_solomon.c (decode_block): Allocate on heap and not
|
||||
stack.
|
||||
(encode_block): Likewise.
|
||||
|
||||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/i386/pc/startup_raw.S: Clear direction flag for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue