summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-12 14:18:49 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-12 14:18:49 -0400
commit14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8 (patch)
tree11f3f51dd028972580eff6797676ada6fd5de4b8
parent8d67c079b472a0a5c786abb3ba7db5ad571b6aed (diff)
downloadtor-14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8.tar.gz
tor-14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8.zip
Fix issue in 19168 changes file
This is an implementation-defined-behavior issue, not an undefined-behavior issue.
-rw-r--r--changes/bug191686
1 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug19168 b/changes/bug19168
index 7bdfc50c54..1fc1b3a74d 100644
--- a/changes/bug19168
+++ b/changes/bug19168
@@ -1,3 +1,3 @@
- o Minor bugfixes (code correctness):
- - Fix integer overflows in the case conversion tables. Fixes bug
- 19168; bugfix on 0.2.1.11-alpha.
+ o Minor bugfixes (code style):
+ - Fix an integer signedness conversion issue in the case conversion
+ tables. Fixes bug 19168; bugfix on 0.2.1.11-alpha.