https://github.com/rhboot/shim/blob/d44405e85b8560c5f41a40abe1e9f230ca704cc1/generate_sbat_var_defs.c#L60 the realloc is 1 byte or 2 bytes too short, specifically as revocationsp is incremented by 1 byte more already below. revocationsp = revocationsp + strlen(line) + 2; (CC @dennis-tseng99 )
shim/generate_sbat_var_defs.c
Line 60 in d44405e
the realloc is 1 byte or 2 bytes too short, specifically as revocationsp is incremented by 1 byte more already below.
(CC @dennis-tseng99 )