summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-26 15:41:52 +0200
committerNick Mathewson <nickm@torproject.org>2009-09-27 12:02:02 -0400
commit6a68b5059710d96767a7c7c7acd6a1e0bc933874 (patch)
tree81411b81cafab562aa2d6e6f7d99ce025f425935 /ChangeLog
parenta4d6d83051afe7a3018882e989b0efaa9b1c7908 (diff)
downloadtor-6a68b5059710d96767a7c7c7acd6a1e0bc933874.tar.gz
tor-6a68b5059710d96767a7c7c7acd6a1e0bc933874.zip
Make sure we can't overflow in connection_ap_handshake_send_resolve
Found by Coverity
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 451a20c30d..c79c865efa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
on 0.2.2.1-alpha.
- Fix two memory leaks in the error case of
circuit_build_times_parse_state. Bugfix on 0.2.2.2-alpha.
+ - Make it explicit that we can't overflow in
+ connection_ap_handshake_send_resolve. Bugfix on 0.0.7.1-1.
Changes in version 0.2.2.3-alpha - 2009-09-23
o Major bugfixes: