diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-12 14:49:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-12 14:49:17 +0000 |
commit | 6694a8603305ab15cc11b9e983cedd4553a45277 (patch) | |
tree | 52f2e518af00c1db75e3b0b9fb70079850144bc0 /ChangeLog | |
parent | ec9690b0f8db68eeff1edf5347b2a6885d58bfd5 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |