freebsd-src/bin/hostname
Kyle Evans 6e9b69d219 hostname: avoid strcpy() overlap in -d flag handling
We don't need the strcpy() anyways, just use a pointer to the hostname
buffer and move it forward for `hostname -d`.

Sponsored by:	Klara, Inc.

(cherry picked from commit 33c1e7271a)
2021-10-03 00:14:58 -05:00
..
hostname.1 hostname(1): Add EXAMPLES to man page 2020-10-05 13:46:19 +00:00
hostname.c hostname: avoid strcpy() overlap in -d flag handling 2021-10-03 00:14:58 -05:00
Makefile
Makefile.depend