diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 2dcdfd471..c63bba1ff 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -1128,7 +1128,7 @@ int init_main(int argc UNUSED_PARAM, char **argv) | |||
1128 | strncpy(argv[0], "init", strlen(argv[0])); | 1128 | strncpy(argv[0], "init", strlen(argv[0])); |
1129 | /* Wipe argv[1]-argv[N] so they don't clutter the ps listing */ | 1129 | /* Wipe argv[1]-argv[N] so they don't clutter the ps listing */ |
1130 | while (*++argv) | 1130 | while (*++argv) |
1131 | memset(*argv, 0, strlen(*argv)); | 1131 | nuke_str(*argv); |
1132 | 1132 | ||
1133 | /* Set up signal handlers */ | 1133 | /* Set up signal handlers */ |
1134 | if (!DEBUG_INIT) { | 1134 | if (!DEBUG_INIT) { |