Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
memcached.11124
memcached-CVE-2019-11596.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File memcached-CVE-2019-11596.patch of Package memcached.11124
diff --git a/memcached.c b/memcached.c index d64a83816..7fd3e40e1 100644 --- a/memcached.c +++ b/memcached.c @@ -4632,7 +4632,7 @@ static void process_lru_command(conn *c, token_t *tokens, const size_t ntokens) out_string(c, "OK"); } } - } else if (strcmp(tokens[1].value, "mode") == 0 && ntokens >= 3 && + } else if (strcmp(tokens[1].value, "mode") == 0 && ntokens >= 4 && settings.lru_maintainer_thread) { if (strcmp(tokens[2].value, "flat") == 0) { settings.lru_segmented = false; @@ -4643,7 +4643,7 @@ static void process_lru_command(conn *c, token_t *tokens, const size_t ntokens) } else { out_string(c, "ERROR"); } - } else if (strcmp(tokens[1].value, "temp_ttl") == 0 && ntokens >= 3 && + } else if (strcmp(tokens[1].value, "temp_ttl") == 0 && ntokens >= 4 && settings.lru_maintainer_thread) { if (!safe_strtol(tokens[2].value, &ttl)) { out_string(c, "ERROR");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor