> +    case 'x':
> +      arguments->x509keys = xrealloc (arguments->x509keys,
> +                                   sizeof (arguments->x509keys[0])
> +                                   * (arguments->nx509keys + 1));
> +      arguments->pubkeys[arguments->nx509keys++] = xstrdup (arg);

This should be arguments->x509keys[]. I will fix this in v2. (We caught
this internally but I failed to apply the fix to my tree before sending
it out!)

Kind regards,
Daniel


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to