This patches replaces a few more usages of strcpy() and sprintf() when

Bruce Momjian <bruce@momjian.us>

Commit: dd912c697718e924387dd405413f94e481f8d0d4
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-27T03:56:35Z
Releases: 7.3.1
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...

Neil Conway

Files