Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: Patching libgnat with strlcpy and strlcat to remove warnings
To:
ZenitDS <zenitds@proton.me>
Cc:
"ports@openbsd.org" <ports@openbsd.org>
Date:
Fri, 20 Mar 2026 09:39:36 +0000

Download raw body.

Thread
On 2026/03/19 23:33, ZenitDS wrote:
> Hello,
> 
> for gcc ada toolchain, libgnat uses several strcpy and strcat that spawn
> the annoying warnings of strcpy and strcat on each compilation. I think
> it may be a good idea to add some patches to fix this situation with
> strlcpy. I am willing to do it in case it is ok and could be merged.
> 
> Cheers
> 

As long as the patches aren't too intrusive I think this makes sense.