On Fri, Sep 06, 2024 at 05:10:56PM +0800, Gary Lin via Grub-devel wrote:
> strcat() is not available in GRUB. This commit replaces strcat() with
> strcpy() in _asn1_str_cat() as the preparation to replace other strcat()
> with the bounds-checking _asn1_str_cat().
>
> Signed-off-by: Daniel Axtens
>
strcat() is not available in GRUB. This commit replaces strcat() with
strcpy() in _asn1_str_cat() as the preparation to replace other strcat()
with the bounds-checking _asn1_str_cat().
Signed-off-by: Daniel Axtens
Signed-off-by: Gary Lin
---
...-strcat-with-strcpy-in-_asn1_str_cat.patch | 32 ++