Neil Conway writes:
> This patches replaces a few more usages of strcpy() and sprintf() when
> copying into a fixed-size buffer (in this case, a buffer of
> NAMEDATALEN bytes). AFAICT nothing to worry about here, but worth
> fixing anyway...
Changing strcpy to strncpy is incorrect. strncpy should be banned.
--
Peter Eisentraut peter_e@gmx.net