aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-12 14:41:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-12 14:41:44 +0000
commitc36ddcbabf60df9f26ece0777766defd7fee751f (patch)
tree0ec657cbb0b90a629b417a5379f77372a230d8bb /ChangeLog
parenta790a13705e9d838a4092435ed981179054c6beb (diff)
downloadtor-c36ddcbabf60df9f26ece0777766defd7fee751f.tar.gz
tor-c36ddcbabf60df9f26ece0777766defd7fee751f.zip
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:r17262
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c48c52b0a..15ddcdcdd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
bug 859.
- Made Tor a little less aggressive about deleting expired certificates.
Partial fix for bug 854.
+ - Stop doing unaligned memory access that generated bus errors on
+ sparc64. Fix for bug 862.
o Minor features (controller):
- Return circuit purposes in response to GETINFO circuit-status. Fixes