Browse Source

Fix issue in 19168 changes file

This is an implementation-defined-behavior issue, not an
undefined-behavior issue.
Nick Mathewson 7 years ago
parent
commit
14d58bbb4a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      changes/bug19168

+ 3 - 3
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.