rom 0x6063c0 offset 0 ROM_PTR 0x7ffa30621000 fssize 458752<br>rom 0x6063c0 offset 458720 ROM_PTR 0x7ffa30690fe0 fssize 458752<br>Corrupt rom -- found no header at 458720<br><br>The problem is that the check to see if we're at the end is never reached.  I didn't look into it enough to know why fssize is 32 bytes larger than the offset.  There may be another bug here.  Maybe something with the CBFS header not being included or excluded from the calculation?<br>
<br>Anyway, this patch fixes it for all cases size > 32.  I'll review better fixes :)  I also changed the error message so that it doesn't look like the ROM is full just because it can't find room for a file.<br>
<br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br><br>Thanks,<br>Myles<br>