diff options
-rw-r--r-- | libbb/getopt_ulflags.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/getopt_ulflags.c b/libbb/getopt_ulflags.c index 81d22c3fe..cca0743bd 100644 --- a/libbb/getopt_ulflags.c +++ b/libbb/getopt_ulflags.c | |||
@@ -88,6 +88,8 @@ bb_getopt_ulflags (int argc, char **argv, const char *applet_opts, ...) | |||
88 | t_complementaly *on_off; | 88 | t_complementaly *on_off; |
89 | va_list p; | 89 | va_list p; |
90 | 90 | ||
91 | memset(&complementaly, 0, sizeof(complementaly)); | ||
92 | |||
91 | va_start (p, applet_opts); | 93 | va_start (p, applet_opts); |
92 | 94 | ||
93 | /* skip GNU extension */ | 95 | /* skip GNU extension */ |