diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-12 14:41:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-12 14:41:44 +0000 |
commit | c36ddcbabf60df9f26ece0777766defd7fee751f (patch) | |
tree | 0ec657cbb0b90a629b417a5379f77372a230d8bb /ChangeLog | |
parent | a790a13705e9d838a4092435ed981179054c6beb (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |