[tor-commits] [tor/master] Fix issue in 19168 changes file

nickm at torproject.org nickm at torproject.org
Fri Aug 12 18:57:22 UTC 2016


commit 14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Aug 12 14:18:49 2016 -0400

    Fix issue in 19168 changes file
    
    This is an implementation-defined-behavior issue, not an
    undefined-behavior issue.
---
 changes/bug19168 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/changes/bug19168 b/changes/bug19168
index 7bdfc50..1fc1b3a 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.



More information about the tor-commits mailing list