commit | 11c7a7bed60a55a670363bec3c07e8d88aa372b7 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jun 25 22:39:24 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Sun Jun 25 22:39:24 2006 +0000 |
tree | 809c167b4c007b334afcb34b4689841a029022ac | |
parent | f087798e8bf5857b679c369601426ca29334caee [diff] [blame] |
Various cleanups I made while going through Erik Hovland's patch submissions, some of which are even from him. :)
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 67279fd..0ed59b0 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c
@@ -62,7 +62,7 @@ if ((pas = getpwuid(UserId)) == NULL) bb_perror_msg_and_die("getpwuid"); - strncpy(caller, pas->pw_name, sizeof(caller)); + safe_strncpy(caller, pas->pw_name, sizeof(caller)); i = 1; if (ac > 1) {