Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 391 by kelvin0...@gmail.com: flags may be a negative number
https://code.google.com/p/memcached/issues/detail?id=391

## What steps will reproduce the problem?

$ telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
version
VERSION 1.4.20
set foo 4294967295 0 1
x
STORED
get foo
VALUE foo -1 1
x
END
version
VERSION 1.4.20


## What is the expected output? What do you see instead?

The return flags should be a unsigned value as described in protocol.txt


## What version of the product are you using? On what operating system?

This should be reproduced among most of the 1.2+ versions.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to