[coreboot] Coreboot bug?

ron minnich rminnich at gmail.com
Wed Nov 11 23:49:13 CET 2009


On Wed, Nov 11, 2009 at 2:39 PM, Myles Watson <mylesgw at gmail.com> wrote:

> -               memcpy(rec_dest,  rec_src, rec_src->size);
> +               memcpy(rec_dest,  &option_table, sizeof(option_table));

how can this be right? rec_src->size is 1160, and sizeof(option_table) is 8?

ron




More information about the coreboot mailing list