[coreboot] Infinite loop in cbfstool

Myles Watson mylesgw at gmail.com
Fri Sep 18 19:36:36 CEST 2009


If you try to add a payload that is larger than the available space, and not
at a specific location (location == 0), it hangs in an infinite loop.  It's
something like:

if contentsize <= length or location is right {
	insert record
}
if location == 0
	continue.

I wasn't sure where the best place to put the increment of current was.  Do
you have any suggestions?

Thanks,
Myles





More information about the coreboot mailing list