]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove unwarranted uses of strncpy
authorJim Meyering <meyering@redhat.com>
Sun, 15 Jul 2012 09:38:51 +0000 (11:38 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 15 Jul 2012 11:43:49 +0000 (13:43 +0200)
commitf79263da4da048bf3a071e22530a0d2c02aff0df
treeeb67b1c28b4272d4e3c8a9c43dd5c0b31d734ea6
parent3c2973b86e70f184e95c4c87086095f52c2bb493
maint: remove unwarranted uses of strncpy

* src/pinky.c (print_entry): Remove unwarranted uses of strncpy.
Instead, use stpcpy and stpncpy.
* src/who.c (print_user): Likewise.
* cfg.mk: Remove strncpy exemptions.
cfg.mk
src/pinky.c
src/who.c