Explorar el Código

Fix issue in 19168 changes file

This is an implementation-defined-behavior issue, not an
undefined-behavior issue.
Nick Mathewson hace 7 años
padre
commit
14d58bbb4a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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.