Re: strlcpy and strlcat added to glibc 2.38

2023-07-18 Thread Jeffrey Walton
On Tue, Jul 18, 2023 at 4:16 AM John Paul Adrian Glaubitz wrote: > > Some of you may remember the discussion we had regarding the »hfs« package > and the efforts to port it to Linux [1]. One of the issues with the package > was > the use of strlcpy and strlcat which have so been unsupported by gl

strlcpy and strlcat added to glibc 2.38

2023-07-18 Thread John Paul Adrian Glaubitz
Hi! Some of you may remember the discussion we had regarding the »hfs« package and the efforts to port it to Linux [1]. One of the issues with the package was the use of strlcpy and strlcat which have so been unsupported by glibc. Luckily, this has changed now and support for both has been added