summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2004-07-22 19:49:51 +0000
committerBrad Fitzpatrick <brad@danga.com>2004-07-22 19:49:51 +0000
commit8f5960e055fc00e9c3643052748c6a8f96707bf6 (patch)
tree4f333d871c650dca130272da1d8f22e2cf549b1c /ChangeLog
parentf227fae54d37607a675c25cb043f43f2f3ec6bec (diff)
downloadmemcached-8f5960e055fc00e9c3643052748c6a8f96707bf6.tar.gz
fix buffer overflow
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@216 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d35797..7ba1850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-22
+ * fix buffer overflow in items.c with 250 byte keys along with
+ other info on the same line going into a 256 byte char[].
+ thanks to Andrei Nigmatulin <anight@monamour.ru>
+
2004-06-15
* immediate deletes weren't being unlinked a few seconds,
preventing "add" commands to the same key in that time period.