From e2e881516c727080bb8e4ceb84c99f53c2a5ea68 Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Wed, 21 Sep 2016 17:55:33 +0900 Subject: [PATCH] Fix Svace issue - ID : 98114 Change-Id: I33238d87c4d2ece57872e9806155656a15911a19 --- test/smartcard_unit_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smartcard_unit_test.c b/test/smartcard_unit_test.c index 5bce7f7..be6d9b4 100644 --- a/test/smartcard_unit_test.c +++ b/test/smartcard_unit_test.c @@ -538,7 +538,7 @@ int test_input_callback(void *data) if (ret == SMARTCARD_ERROR_NONE && session != 0) { int i; - unsigned char * pSelectResponse; + unsigned char * pSelectResponse = NULL; ret = smartcard_session_open_logical_channel(session, aid, 12, 0x00, &channel); -- 2.34.1