projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8322448
)
Check buf pointer
author
Haifeng Deng
<haifeng.deng@samsung.com>
Mon, 10 Dec 2012 06:57:12 +0000
(14:57 +0800)
committer
Haifeng Deng
<haifeng.deng@samsung.com>
Thu, 13 Dec 2012 06:16:59 +0000
(14:16 +0800)
Change-Id: I995f6956aba12191e07007ba390e889cb34af4a9
ism/src/scim_panel_agent.cpp
patch
|
blob
|
history
diff --git
a/ism/src/scim_panel_agent.cpp
b/ism/src/scim_panel_agent.cpp
index 1546b0b7bddad00c1cc044d370d13d1a327b7b59..84be440538c782b523bb70cab3801d35c82d7ddd 100644
(file)
--- a/
ism/src/scim_panel_agent.cpp
+++ b/
ism/src/scim_panel_agent.cpp
@@
-2168,6
+2168,12
@@
public:
return;
}
+ if (buf == NULL) {
+ trans.put_command (SCIM_TRANS_CMD_FAIL);
+ trans.write_to_socket (client_socket);
+ return;
+ }
+
String uuid (buf);
ISE_INFO info;