diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-04-17 20:23:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-04-17 20:23:24 +0000 |
commit | 68b2a57ffd719c1daf24c387ad37d795152eb8ae (patch) | |
tree | 2214ae6749273b2fb968583f101852bf66c8ec54 /ChangeLog | |
parent | fbb0c6eec342e7964c10c1cb7ece8497b6ed940b (diff) | |
download | tor-68b2a57ffd719c1daf24c387ad37d795152eb8ae.tar.gz tor-68b2a57ffd719c1daf24c387ad37d795152eb8ae.zip |
r15239@tombo: nickm | 2008-04-17 16:22:50 -0400
Backport: Do not allocate excess space for named_flag and unnamed_flag in dirvote.c. Fixes bug 662. Not a dangerous bug: sizeof(int*) is at least as big as sizeof(int) everywhere.
svn:r14392
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Changes in version 0.2.0.24-rc - 2008-04-0? - Fix a dumb bug that was preventing us from knowing that we should preemptively build circuits to handle expected directory requests. Fixes bug 660. Bugfix on 0.1.2.x. + - Avoid allocating extra space when computing consensuses on + 64-bit platforms. Bug spotted by aakova. Changes in version 0.2.0.23-rc - 2008-03-24 |