Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 499 Fix signed overflow check in k5_ucs2s_to_utf8s Signed overflow must be checked before it happens, since modern versions of gcc will optimize out checks of the result. Reported by Nickolai Zeldovich . https://github.com/krb5/krb5/commit/7506becc0ac70915050e097d673e7647b99347fc Author: Greg Hudson Commit: 7506becc0ac70915050e097d673e7647b99347fc Branch: master src/util/support/utf8_conv.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)