diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-17 19:32:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-17 19:32:08 -0400 |
commit | d5e4b6983f88d6a31303008897e6f75e9a9777ff (patch) | |
tree | 82bc7466e3363bb13a123e152ec832311810c35a /changes | |
parent | 987174cc6fb4915299236fd76e3bb6c893e78653 (diff) | |
parent | 39bbb8d9cfb0258b1e65dc98177e0773a19e4eb0 (diff) | |
download | tor-d5e4b6983f88d6a31303008897e6f75e9a9777ff.tar.gz tor-d5e4b6983f88d6a31303008897e6f75e9a9777ff.zip |
Merge remote-tracking branch 'rl1987/bug26282'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26282 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26282 b/changes/bug26282 new file mode 100644 index 0000000000..c278f0b60a --- /dev/null +++ b/changes/bug26282 @@ -0,0 +1,4 @@ + o Minor bugfixes (C correctness): + - Avoid casting smartlist index to int implicitly, as it may trigger + a warning (-Wshorten-64-to-32). Fixes bug 26282; bugfix on + 0.2.3.13-alpha, 0.2.7.1-alpha and 0.2.1.1-alpha. |