-
Notifications
You must be signed in to change notification settings - Fork 3.3k
ReleaseNotes1636
Date: 2025-2-4
http://www.memcached.org/files/memcached-1.6.36.tar.gz
Critical bugfix for the proxy when using an "internal" backend with extstore enabled. Does not affect the system otherwise.
The proxy's "internal cache" feature allows it to access cache objects from within itself, acting as both a proxy and a cache node. However when combined with extstore there was an error which could lead to memory corruption in some circumstances.
- proxy: fix mcp.internal memory corruption
The following people contributed to this release since 1.6.35.
Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it.
Note that this is just a summary of how many changes each person made
which doesn't necessarily reflect how significant each change was.
For details on what led up into a branch, either grab the git repo and
look at the output of git log 1.6.35..1.6.36 or use a web view.
- Repo list: https://github.com/memcached/memcached/wiki/DevelopmentRepos
- Web View: http://github.com/memcached/memcached/commits/1.6.36
2 dormando