diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-12 14:18:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-12 14:18:49 -0400 |
commit | 14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8 (patch) | |
tree | 11f3f51dd028972580eff6797676ada6fd5de4b8 | |
parent | 8d67c079b472a0a5c786abb3ba7db5ad571b6aed (diff) | |
download | tor-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/bug19168 | 6 |
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. |