projects
/
platform
/
hal
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ab7fc
)
halapi: Fix svace warning issue
62/255662/1
accepted/tizen/unified/20210324.124404
submit/tizen/20210323.015555
author
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 22 Mar 2021 07:54:53 +0000
(16:54 +0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 22 Mar 2021 08:02:32 +0000
(17:02 +0900)
Change-Id: I29f2405f1412a99066ae248c1a98f14cf6b30af9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-api-common.c
patch
|
blob
|
history
diff --git
a/src/hal-api-common.c
b/src/hal-api-common.c
index 9914c0891d14d83c586c00f8cc8c746ac935f355..e66446d672330ae6f4fb818dbec0b38932471574 100644
(file)
--- a/
src/hal-api-common.c
+++ b/
src/hal-api-common.c
@@
-132,8
+132,8
@@
static int __get_backend(enum hal_module module, void **data, const char *librar
struct __hal_module_info *info = NULL;
void *handle = NULL;
hal_backend *backend;
- const char *symbol_name;
- const char *backend_library_name;
+ const char *symbol_name
= NULL
;
+ const char *backend_library_name
= NULL
;
int ret = 0;
/* Check parameter whether is valid or not */