summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas van Gulick <thomas@partyflock.nl>2007-03-18 00:02:17 +0000
committerThomas van Gulick <thomas@partyflock.nl>2007-03-18 00:02:17 +0000
commit8bb08bc2ee2bfb8577c7d861cf1e52a83fa50ea5 (patch)
treecf5da8d28c380957dbc3436dbe3c0eb5f153180b /ChangeLog
parent77dde9f9ce17fcb0ba9fef7123c7f9d9cd0da71b (diff)
downloadmemcached-8bb08bc2ee2bfb8577c7d861cf1e52a83fa50ea5.tar.gz
+2007-03-17
+ * crash fix from Thomas van Gulick <thomas@partyflock.nl> in + conn_shrink(), passing &ptr, instead of ptr to realloc(). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@471 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dccc65e..069784e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-17
+ * crash fix from Thomas van Gulick <thomas@partyflock.nl> in
+ conn_shrink(), passing &ptr, instead of ptr to realloc().
+
2007-03-05 Paul Lindner <lindner@inuus.com>
* Fix a number of places where (s)printf calls were using unsigned
or signed formats that did not match their arguments.