Merge "Use proper array size as required by scanf string specifier" into tizen accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121303 accepted/tizen/6.0/unified/hotfix/20201103.003440 accepted/tizen/6.0/unified/hotfix/20201103.050209 accepted/tizen/unified/20201006.044349 submit/tizen/20200925.132900 submit/tizen/20201005.112026 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 22 Sep 2020 07:05:07 +0000 (07:05 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 22 Sep 2020 07:05:07 +0000 (07:05 +0000)
packaging/capi-network-connection.spec
test/connection_test.c

index a4bb68f..69e3da9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-connection
 Summary:       Network Connection library in TIZEN C API
-Version:       1.0.121
+Version:       1.0.122
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 2e76e9a..5213018 100755 (executable)
@@ -2505,8 +2505,8 @@ int test_ethernet_eap_connect(void)
        bool enabled = false;
        int type = 0;
        int auth_type = 0;
-       char input_str1[100];
-       char input_str2[100];
+       char input_str1[130];
+       char input_str2[130];
        connection_profile_h profile;
 
        printf("\n** Choose a ethernet profile to connect. **\n");