grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 13/18] grub-install: support embedding x509 certificates


From: Daniel Axtens
Subject: Re: [PATCH 13/18] grub-install: support embedding x509 certificates
Date: Mon, 12 Oct 2020 14:38:50 +1100

> +    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]