diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:45:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:45:03 -0400 |
commit | b5c5086aba2fa24649fcbda7db80ef599d56e3c6 (patch) | |
tree | 6bbec1e92b1cd8e44ac91f35e1e604a1945c6b1f /changes | |
parent | 35a29e81aea1712caada533dbdab4248612cc185 (diff) | |
parent | 3b646bf887f95c7f26ca05fb7fb3af10806b1328 (diff) | |
download | tor-b5c5086aba2fa24649fcbda7db80ef599d56e3c6.tar.gz tor-b5c5086aba2fa24649fcbda7db80ef599d56e3c6.zip |
Merge branch 'bug23106_032'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23106 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23106 b/changes/bug23106 new file mode 100644 index 0000000000..d4ced15f82 --- /dev/null +++ b/changes/bug23106 @@ -0,0 +1,5 @@ + o Minor bugfixes (code correctness): + - Call htons() in extend_cell_format() for encoding a 16-bit + value. Previously we used ntohs(), which happens to behave the + same on all the platforms we support, but which isn't really + correct. Fixes bug 23106; bugfix on 0.2.4.8-alpha. |