aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-17 02:01:09 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-17 02:01:09 -0400
commitc0515b307c4c60d4a17158e47db1033540019b28 (patch)
tree300e57416f48f5073e91531de45ef39c22ead0c5 /ChangeLog
parent11b9c839f0c04c943a1e5f587dafb704e068b1aa (diff)
downloadtor-c0515b307c4c60d4a17158e47db1033540019b28.tar.gz
tor-c0515b307c4c60d4a17158e47db1033540019b28.zip
Fix valgrind error when marking a descriptor as never-downloadable.
When we got a descriptor that we (as an authority) rejected as totally bad, we were freeing it, then using the digest in its RAM to look up its download status. Caught by arma with valgrind. Bugfix on 0.2.1.9-alpha.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d5719465..b84da4ceeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ Changes in version 0.2.1.15??? - ????-??-??
- Stop using malloc_usable_size() to use more area than we had
actually allocated: it was safe, but made valgrind really
unhappy. Bugfix on 0.2.0.x.
+ - Fix use of freed memory when deciding to mark a non-addable
+ descriptor as never-downloadable. Bugfix on 0.2.1.9-alpha.
Changes in version 0.2.1.14-rc - 2009-04-12