Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

storage commands flags negative integer parsing #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by michal.l...@gmail.com on 22 Nov 2010 at 11:34

GoogleCodeExporter commented 9 years ago
memcached version 1.4.5

Original comment by michal.l...@gmail.com on 22 Nov 2010 at 11:37

GoogleCodeExporter commented 9 years ago
I actually can't reproduce this... closing the bug.

set a -2147483649 0 1
CLIENT_ERROR bad command line format

- If you're sure that this is against 1.4.5 or higher, please open a bug with 
more information about your OS/etc.

Original comment by dorma...@rydia.net on 9 Aug 2011 at 6:43