summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-12 14:49:17 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-12 14:49:17 +0000
commit6694a8603305ab15cc11b9e983cedd4553a45277 (patch)
tree52f2e518af00c1db75e3b0b9fb70079850144bc0 /ChangeLog
parentec9690b0f8db68eeff1edf5347b2a6885d58bfd5 (diff)
downloadtor-6694a8603305ab15cc11b9e983cedd4553a45277.tar.gz
tor-6694a8603305ab15cc11b9e983cedd4553a45277.zip
Backport: Apparently sparc64 is way more strict about uint16_t access alignment than I had thought: it gave bus errors when messing with var-cell headers. Maybe this patch will fix bug 862.
svn:r17263
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41437a4db5..bafa2b8c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,8 @@ Changes in version 0.2.0.32 - 2008-??-??
Bugfix on 0.2.0.x (??).
- Remove the old v2 directory authority 'lefkada' from the default
list. It has been gone for many months.
+ - Stop doing unaligned memory access that generated bus errors on
+ sparc64. Bugfix on 0.2.0.10-alpha. Fix for bug 862.
o Minor bugfixes (controller):
- Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on