summaryrefslogtreecommitdiff
path: root/changes/bug26282
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-06-04 11:56:37 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-06-04 11:56:37 +0300
commit39bbb8d9cfb0258b1e65dc98177e0773a19e4eb0 (patch)
treebcfc20429b6ddf247e002062203193d1dd769063 /changes/bug26282
parent3716ddf1b42270b5db76f8b7b458c5f61aa40e23 (diff)
downloadtor-39bbb8d9cfb0258b1e65dc98177e0773a19e4eb0.tar.gz
tor-39bbb8d9cfb0258b1e65dc98177e0773a19e4eb0.zip
Avoid casting smartlist index implicitly
Diffstat (limited to 'changes/bug26282')
-rw-r--r--changes/bug262824
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.