Version 0.9.3 & Fix svace issue 23/78123/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 4 Jul 2016 09:56:11 +0000 (18:56 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 4 Jul 2016 09:57:58 +0000 (18:57 +0900)
Change-Id: Ie4ec5a33a54a0f1500a3e904133f74b5233e2ef8
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
packaging/context.spec
src/rule_validator.cpp

index 4a9252d..f1d6dca 100644 (file)
@@ -1,6 +1,6 @@
 Name:       context
 Summary:    Tizen Context Framework Native API
-Version:    0.9.2
+Version:    0.9.3
 Release:    1
 Group:      Service/Context
 License:    Apache-2.0
index e6b5859..a87cc27 100644 (file)
@@ -197,7 +197,7 @@ bool ctx::rule_validator::check_option_string(std::string name, std::string key,
        }
 
        //   b. normal case
-       bool ret;
+       bool ret = false;
        if (t_type == TYPE_STRING_STR) {
                ret = check_value_string(opt_tmpl, key, value);
        } else if (t_type == TYPE_ENUM_STR) {