:: Re: [DNG] Learning C (books)
Página Inicial
Delete this message
Reply to this message
Autor: Didier Kryn
Data:  
Para: dng
Assunto: Re: [DNG] Learning C (books)
Le 06/10/2024 à 12:58, Kevin Chadwick via Dng a écrit :
> Have you heard of strlcpy?
>
> https://www.openbsd.org/papers/strlcpy-paper.pdf


    Thanks for the hint. It's probably not the 1st time I read about
strlcpy() and strlcat(), but they had not yet gone their way to my
long-term memory. They are very cleverly designed to simplify and secure
programs.

--     Didier