Use proper array size as required by scanf string specifier
[platform/core/api/connection.git] / test / connection_test.c
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");