summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-19 22:05:49 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-19 22:05:49 +0000
commit749735215bd8283fe6b45d8bcf286b33618089a9 (patch)
tree9c905d2d351d10fef6c9d324668fb5edbf4f4f70 /ChangeLog
parent23e4c849c962392df5d54adf9eae97d3681860d5 (diff)
downloadtor-749735215bd8283fe6b45d8bcf286b33618089a9.tar.gz
tor-749735215bd8283fe6b45d8bcf286b33618089a9.zip
r18208@catbus: nickm | 2008-02-19 17:02:30 -0500
Add some checks in torgzip.c to make sure we never overflow size_t there. Also make sure we do not realloc(list,0) in container.c. Backport candidate. svn:r13587
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb31153f04..898c5d096b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ Changes in version 0.2.0.20-?? - 2008-02-??
cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
- Make the new hidden service code respect the SafeLogging setting.
Bugfix on 0.2.0.x. Patch from Karsten.
+ - Detect size overflow in zlib code.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,