projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5ff83
)
e_module: initialize buffer before use it
29/242229/2
accepted/tizen/unified/20200826.133042
submit/tizen/20200825.082113
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 25 Aug 2020 05:29:27 +0000
(14:29 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 25 Aug 2020 07:48:32 +0000
(07:48 +0000)
Change-Id: I3358a9ef31e9b33a3cf9606c9cb022ef929daf52
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_module.c
patch
|
blob
|
history
diff --git
a/src/bin/e_module.c
b/src/bin/e_module.c
index 45436674cb30e4ff41d6211c0b1fbe1690e1e841..ce18a634c239799ee1e6892c59056537db57da36 100644
(file)
--- a/
src/bin/e_module.c
+++ b/
src/bin/e_module.c
@@
-319,7
+319,7
@@
E_API E_Module *
e_module_new(const char *name)
{
E_Module *m;
- char buf[PATH_MAX];
+ char buf[PATH_MAX]
= {0,}
;
char body[8192], title[1024];
const char *modpath = NULL;
char *s;