freebsd-nq/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.c hostname: avoid strcpy() overlap in -d flag handling 2021-10-03 00:14:58 -05:00
Makefile
Makefile.depend