projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0420beb
)
Fixed USERS user mode handling (integer overflow).
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 4 Aug 2007 15:48:02 +0000
(15:48 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 4 Aug 2007 15:48:02 +0000
(15:48 +0000)
lib/silcclient/command_reply.c
patch
|
blob
|
history
diff --git
a/lib/silcclient/command_reply.c
b/lib/silcclient/command_reply.c
index 61e4d73a082dea7df0a86f0d6791a9576612b313..9294fe8a166374840e69978abf1536342d860cee 100644
(file)
--- a/
lib/silcclient/command_reply.c
+++ b/
lib/silcclient/command_reply.c
@@
-1851,8
+1851,8
@@
SILC_FSM_STATE(silc_client_command_reply_users)
SilcCommandPayload payload = state_context;
SilcArgumentPayload args = silc_command_get_args(payload);
unsigned char *tmp;
- SilcUInt32 tmp_len, list_count;
- SilcUInt16 idp_len
, mode
;
+ SilcUInt32 tmp_len, list_count
, mode
;
+ SilcUInt16 idp_len;
SilcHashTableList htl;
SilcBufferStruct client_id_list, client_mode_list;
SilcChannelEntry channel = NULL;