aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-17 01:55:02 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-17 01:55:02 -0400
commit11b9c839f0c04c943a1e5f587dafb704e068b1aa (patch)
treef420e4116bf5ed5055949b9b2af9dc257c24b3ad /ChangeLog
parentc28d25e7a4fb9e00510d81ab38d9813b61a87ef5 (diff)
downloadtor-11b9c839f0c04c943a1e5f587dafb704e068b1aa.tar
tor-11b9c839f0c04c943a1e5f587dafb704e068b1aa.tar.gz
Stop using malloc_usable_size(): valgrind hates it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a4db140..05d571946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@ Changes in version 0.2.1.15??? - ????-??-??
memory right up to the end of a memarea, then realigned the
memory one step beyond the end. Fixes a possible cause of bug
930.
+ - 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.
Changes in version 0.2.1.14-rc - 2009-04-12