Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b3f28b90
Commit
b3f28b90
authored
Jun 21, 2012
by
antirez
Browse files
Fixed comment typo into time_independent_strcmp().
parent
4b3865cb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.c
View file @
b3f28b90
...
...
@@ -1698,7 +1698,7 @@ int prepareForShutdown(int flags) {
/*================================== Commands =============================== */
/* Return
0
if strings are the same,
1
if they are not.
/* Return
zero
if strings are the same,
non-zero
if they are not.
* The comparison is performed in a way that prevents an attacker to obtain
* information about the nature of the strings just monitoring the execution
* time of the function.
...
...
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