From: David Levine Date: Sun, 15 Mar 2020 21:14:36 +0000 (-0400) Subject: Subtracted 1 from size argument in some calls to strncpy(3). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/283d1d6f7d1e3ef16af638b4b943e2386330e68e?ds=inline;hp=283d1d6f7d1e3ef16af638b4b943e2386330e68e Subtracted 1 from size argument in some calls to strncpy(3). This fixed "specified bound [n] equals destination size" warnings found by gcc -Wstringop-truncation. Also, fixed harmless copy-and-paste error (sizeof(tmpfil) instead of sizeof(drft) in uip/rcvdist.c) introduced in commit 2f689a1cb. ---