Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1ca4008d
Commit
1ca4008d
authored
Jun 07, 2012
by
Geoff Garside
Committed by
antirez
Jul 08, 2013
Browse files
Fix calls to anetPeerToString() missing buffer size.
parent
93570e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
1ca4008d
...
...
@@ -2424,7 +2424,7 @@ sds genRedisInfoString(char *section) {
while
((
ln
=
listNext
(
&
li
)))
{
redisClient
*
slave
=
listNodeValue
(
ln
);
char
*
state
=
NULL
;
char
ip
[
32
];
char
ip
[
INET6_ADDRSTRLEN
];
int
port
;
long
lag
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment