Description: This crash occured due to garbage value initialization
in app_id, iface_name, imsi due to which g_free was crashing.
Change-Id: Ic6d1c9ee361968eeefe7344fa0d9ee8c8e819649
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Name: capi-network-stc
Summary: A Smart Traffic Control (STC) libraries in Native API
-Version: 0.0.10
+Version: 0.0.11
Release: 1
Group: Network & Connectivity/API
License: Apache-2.0
}
int ret = STC_ERROR_NONE;
- char *app_id;
- char *iface_name;
- char *imsi;
+ char *app_id = NULL;
+ char *iface_name = NULL;
+ char *imsi = NULL;
stc_restriction_status_e rst_status;
stc_iface_type_e iface_type;
int64_t rx_limit;