Jdesk / memcached

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

Crash with keys larger than 250 characters. #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The binary protocol specifies a way to have keys larger than 250
characters, but the server hasn't been verified to support such large keys.
 Field reports suggest that it's possible to crash a server via binary
protocol with large keys.

Original issue reported on code.google.com by dsalli...@gmail.com on 29 Sep 2009 at 10:50

GoogleCodeExporter commented 9 years ago
I think we may begin by limiting it to what is known to work and independently
catching up the internals to catch up with protocol capabilities.

Original comment by dsalli...@gmail.com on 29 Sep 2009 at 11:28

GoogleCodeExporter commented 9 years ago
Dormando fixed this in fcdf315b89d6407f80725493081fe1f52d1ca392

Original comment by dsalli...@gmail.com on 8 Oct 2009 at 2:32