Subject: Re: CVS commit: src/usr.bin/make
To: None <itojun@iijlab.net>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 07/16/2003 01:32:36
On Wed, 16 Jul 2003 16:17:35 +0900, itojun@iijlab.net writes:
> i've finished audit, and it seems that make(1) cannot benefit from
> strlcpy(). copies/string ops are made either
> - right after enough-size malloc
> - region with unknown size due to parameter passing, like util.c:getwd(
>)
> so i backed it out.
Cool - don't get me wrong, I'm a fan of strlc* and pleased to see
code updated to use them where appropriate.
Thanks
--sjg