Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats reset with binary protocol #2

Closed
GoogleCodeExporter opened this issue Nov 4, 2015 · 1 comment
Closed

stats reset with binary protocol #2

GoogleCodeExporter opened this issue Nov 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

file: memcached.c
function: static void process_bin_stat(conn *c)
defect code: } else if (strcmp(subcommand, "reset") == 0) {
correct code: } else if (strncmp(subcommand, "reset", 5) == 0) {

Original issue reported on code.google.com by victor.k...@sun.com on 26 Nov 2008 at 10:23

@GoogleCodeExporter
Copy link
Contributor Author

Fixed in http://github.com/dustin/memcached/commit/63ab456

Original comment by dsalli...@gmail.com on 21 Dec 2008 at 12:52

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant