freebsd-dev/bin/hostname
Kyle Evans 33c1e7271a 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.
2021-09-25 00:03:50 -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-09-25 00:03:50 -05:00
Makefile
Makefile.depend