New upstream version 17.08
[deb_dpdk.git] / examples / qos_sched / args.c
index 476a0ee..2350d64 100644 (file)
@@ -245,6 +245,7 @@ app_parse_flow_conf(const char *conf_str)
        struct flow_conf *pconf;
        uint64_t mask;
 
+       memset(vals, 0, sizeof(vals));
        ret = app_parse_opt_vals(conf_str, ',', 6, vals);
        if (ret < 4 || ret > 5)
                return ret;