Branch: refs/heads/master
Home: http://github.com/memcached/memcached
Commit: 7bb82191573d7eb11f35dc3573a68bf811bae25c
http://github.com/memcached/memcached/commit/7bb82191573d7eb11f35dc3573a68bf811bae25c
Author: Trond Norbye <[email protected]>
Date: 2009-08-14 (Fri, 14 Aug 2009)
Changed paths:
M memcached.c
M testapp.c
Log Message:
-----------
Fix for issue 72: 1.4.0 binary multi-get crash issue
Repack the input buffer if the current command and key doesn't fit in the
input buffer (may occur if we read multiple commands in a pipeline)
(Dustin's note):
The original test was connecting to "localhost" which was resolving to
::1 on a few machines. With the ephemeral port binding, IPv4 and IPv6
were getting different ports, and the code was explicitly looking for
the IPv4 port, but implicitly connecting to ::1. Now it explicitly
connects to 127.0.0.1 over IPv4.
Commit: 50d7188502f635d41ca07bb1f7b666f7b54171f0
http://github.com/memcached/memcached/commit/50d7188502f635d41ca07bb1f7b666f7b54171f0
Author: Dustin Sallings <[email protected]>
Date: 2009-08-14 (Fri, 14 Aug 2009)
Changed paths:
M t/binary.t
Log Message:
-----------
Fuzzy test for boundary overruns.