Hello, I have noticed that read.c has a bug. In this line:
while ((line[i - 1] != '\n') && (line[i - 1] != '\r')) LINE is not initialized yet at the first time, so this refers to a uninitialized location. Regards, Okuji _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel