Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 168 by michal.linhard: storage commands flags negative integer parsing
http://code.google.com/p/memcached/issues/detail?id=168 echo -e "set a -2147483649 0 1\r\na\r" | nc localhost 11211 this command will store item a with flags 2147483647 it allows range of negative values from -4294967295 to -2147483649
