From 14d58bbb4a9f08d51a58ea0a75d5535a05bfc9e8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 12 Aug 2016 14:18:49 -0400 Subject: [PATCH] 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 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.