projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c6ae7
)
sdb noti: set message buffer as 64
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Mon, 8 Jun 2015 03:52:12 +0000
(12:52 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Mon, 8 Jun 2015 03:52:12 +0000
(12:52 +0900)
Change-Id: Ia52b0c0dabeaae03a1e3066badd992a87db80468
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/util/sdb.c
patch
|
blob
|
history
diff --git
a/tizen/src/util/sdb.c
b/tizen/src/util/sdb.c
index 3433fdef16fd40faf23fca5f5a295702c5ac9950..35db58b97df66f3077a3ff7b7147205a56c9e787 100644
(file)
--- a/
tizen/src/util/sdb.c
+++ b/
tizen/src/util/sdb.c
@@
-287,7
+287,7
@@
static void send_to_sdb_client(SDB_Client* client, int state)
struct sockaddr_in sock_addr;
int s, slen = sizeof(sock_addr);
int serial_len = 0;
- char buf [
32
];
+ char buf [
64
];
if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1){
INFO("socket creation error! %d\n", errno);