Branch: refs/heads/master
Home: http://github.com/memcached/memcached
Commit: 483e82adc89c984cbe040857d9cf43fc725883cd
http://github.com/memcached/memcached/commit/483e82adc89c984cbe040857d9cf43fc725883cd
Author: dormando <[email protected]>
Date: 2009-08-26 (Wed, 26 Aug 2009)
Changed paths:
M memcached.c
A t/issue_70.t
Log Message:
-----------
Fix memory corruption issue with bad item lengths
Partially fixed in 1.2.8, unfixed somewhere since, now fully fixed.
Negative values allowed memory corruption, and high values also allowed
corruption in swallow mode. Length is now guaranteed to be positive.
Fixes issue 70.