Use strncpy() instead of strcpy() where useful, check strdup()
authormillert <millert@openbsd.org>
Wed, 18 Dec 1996 04:55:53 +0000 (04:55 +0000)
committermillert <millert@openbsd.org>
Wed, 18 Dec 1996 04:55:53 +0000 (04:55 +0000)
commit541f6257611450d51d70780e35424058dd5460b3
tree0a15c32b78f6c36d63b44484422a2db2b3e86fad
parent1b4405d6295c8d3c4f7bd5baca1a1493636e47d6
Use strncpy() instead of strcpy() where useful, check strdup()
ret val, and pass -Wall.
gnu/usr.bin/ld/ldconfig/ldconfig.c