* grub-core/lib/reed_solomon.c (gauss_solve): Fix size of standalone

scratch area.  Make sure to initialise chosen in standalone mode as
well as non-standalone.
Reported by: Robert Hooker and Andy Whitcroft.
Tested by: Andy Whitcroft.
This commit is contained in:
Colin Watson 2010-12-21 16:51:08 +00:00
parent d060ad60ee
commit 20641b6baa
2 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,11 @@
2010-12-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/lib/reed_solomon.c (gauss_solve): Fix size of standalone
scratch area. Make sure to initialise chosen in standalone mode as
well as non-standalone.
Reported by: Robert Hooker and Andy Whitcroft.
Tested by: Andy Whitcroft.
2010-12-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by