projects
/
profile
/
mobile
/
apps
/
native
/
indicator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0f718
)
SVACE warning fix.
58/75558/1
accepted/tizen/mobile/20160623.123016
submit/tizen/20160620.121719
submit/tizen/20160622.141001
author
Radoslaw Czerski
<r.czerski@samsung.com>
Mon, 20 Jun 2016 11:19:44 +0000
(13:19 +0200)
committer
Radoslaw Czerski
<r.czerski@samsung.com>
Mon, 20 Jun 2016 11:19:44 +0000
(13:19 +0200)
Change-Id: Iedc2e70b309c35ed1446113041f14078f2807f41
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
src/util.c
patch
|
blob
|
history
diff --git
a/src/util.c
b/src/util.c
index bc7037cb87b18d1a3da0bc1ed05f96fcef3cda0b..3a3aee09fcea3528dd031f4a2e9f84a5d066831f 100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-705,6
+705,9
@@
const char *util_get_file_path(enum app_subdir dir, const char *relative)
_E("Not handled directory type.");
return NULL;
}
+ if (prefix == NULL)
+ return NULL;
+
size_t res = eina_file_path_join(buf, sizeof(buf), prefix, relative);
free(prefix);
if (res > sizeof(buf)) {