commit: reject overlong UTF-8 sequences
commite82bd6cc70db28dab8d0434e4033013adcd0abfa
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 4 Jul 2013 17:20:34 +0000 (4 17:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jul 2013 04:48:45 +0000 (4 21:48 -0700)
tree73528ed434954b799e4bf4cd2631fba2326d990e
parent28110d4bfc613d875231d3d7788500d876136ffc
commit: reject overlong UTF-8 sequences

The commit code accepts pseudo-UTF-8 sequences that encode a character with more
bytes than necessary.  Reject such sequences, since they are not valid UTF-8.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c
t/t3900-i18n-commit.sh