On Wed, Nov 11, 2009 at 2:39 PM, Myles Watson <myle...@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

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to