On Tue, Aug 31, 2010 at 07:15:17PM +0530, BVK Chaitanya wrote: > On Tue, Aug 31, 2010 at 4:28 PM, Colin Watson <[email protected]> wrote: > > +struct embed_signature > > +{ > > + const char *signature; > > + int signature_len; > > +}; > > It seems this cannot take care of cases where signature starts at some > byte offset in a sector, isn't it?
Correct. If I see such a signature in practice then I'll extend it. ;-) -- Colin Watson [[email protected]] _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
