Hell[o]

> When GRUB starts initial_context is in an unknown state.  This can lead to
> GRUB detecting bogus variables from it.  Attached patch zeroes that struct
> during initialisation to avoid that.

This change broken command line argument handling for ieee1275.
Arguments are read by grub_machine_init() in this case and zeroing is
done just after that.

I guess it should be placed before grub_machine_init() to avoid this problem.

-- 
--- Marcin 'Morgoth' Kurek ---


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to