bug in optiboot bootloader

bperrybap:
Couldn't you put a dummy section at the end of the linked image to ensure that this never happened?
Yeah, it would require a tweak to the Arduino team controlled code but it's a one time thing.

that would probably work. i am essentially doing that manually with my code by adding a single, non-FF variable after all the FF ones.