]> git.ipfire.org Git - thirdparty/grub.git/commit
libtasn1: Replace strcat() with _asn1_str_cat()
authorGary Lin <glin@suse.com>
Fri, 15 Nov 2024 07:34:33 +0000 (15:34 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 28 Nov 2024 20:50:53 +0000 (21:50 +0100)
commitd86df91cbe2694ab9dbddad04fc0b0bacb2e208f
tree730288709920b398561fa781110149473da69275
parent32fdfe60087bb757734d90db37e610c954c75d8b
libtasn1: Replace strcat() with _asn1_str_cat()

strcat() is not available in GRUB. This commit replaces strcat() and
_asn1_strcat() with the bounds-checking _asn1_str_cat().

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: Stefan Berger <stefanb@linux.ibm.com>
grub-core/lib/libtasn1-patches/0003-libtasn1-replace-strcat-with-_asn1_str_cat.patch [new file with mode: 0644]