On Fri, Jun 14, 2024 at 02:45:37PM +0800, Gary Lin wrote:
> Based on the patch from "Daniel Axtens <d...@axtens.net>"
>
> Do a few things to make libtasn1 compile as part of grub:
>
>  - remove _asn1_strcat and replace strcat with the bound-checked
>    _asn1_str_cat except the one inside _asn1_str_cat. That strcat is
>    replaced with strcpy.
>
>  - adjust header paths in libtasn1.h
>
>  - replace a 64 bit division with a call to grub_divmod64, preventing
>    creation of __udivdi3 calls on 32 bit platforms.

This patch should be split into three separate patches.

I think this and other libtasn1 fixes should have
"Signed-off-by: Daniel Axtens <d...@axtens.net>" here.

> Signed-off-by: Gary Lin <g...@suse.com>

Daniel

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

Reply via email to