Fix issue in 19168 changes file

This is an implementation-defined-behavior issue, not an
undefined-behavior issue.
This commit is contained in:
Nick Mathewson 2016-08-12 14:18:49 -04:00
parent 8d67c079b4
commit 14d58bbb4a

View File

@ -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.