aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBalakrishna Garapati <balakrishna.garapati@linaro.org>2016-03-25 11:30:58 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-28 16:13:59 +0300
commit03d383af4f1c19f8ed229e358942992f8852c813 (patch)
tree2d1a955104cc2912f0a17d97fd0cc3a63f8eb3ff /test
parent226416206efc01fe5ccb34014e110f858ebb2f87 (diff)
test:performance:initialize undefined values
Signed-off-by: Balakrishna Garapati <balakrishna.garapati@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/performance/odp_crypto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/performance/odp_crypto.c b/test/performance/odp_crypto.c
index 54f5046a2..fe1c7b40c 100644
--- a/test/performance/odp_crypto.c
+++ b/test/performance/odp_crypto.c
@@ -726,6 +726,8 @@ int main(int argc, char *argv[])
odp_cpumask_t cpumask;
char cpumaskstr[ODP_CPUMASK_STR_SIZE];
+ memset(&cargs, 0, sizeof(cargs));
+
/* Parse and store the application arguments */
parse_args(argc, argv, &cargs);