Re: [PATCH v19 04/33] libtasn1: replace strcat() with strcpy() in _asn1_str_cat()

2024-10-03 Thread Daniel Kiper
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 >

[PATCH v19 04/33] libtasn1: replace strcat() with strcpy() in _asn1_str_cat()

2024-09-06 Thread Gary Lin via Grub-devel
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 ++