summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-01 09:49:25 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-04-01 09:49:25 +0000
commitb4bf8c7064f0934180e6723c7b2ae91cf2c5909e (patch)
tree25f308a6c9833b448d2079b83d107ffbd40d0c4d /winsup/cygwin/ChangeLog
parentd9749de7664550775f1cf9b67f4a708a5d56f685 (diff)
downloadcygnal-b4bf8c7064f0934180e6723c7b2ae91cf2c5909e.tar.gz
cygnal-b4bf8c7064f0934180e6723c7b2ae91cf2c5909e.tar.bz2
cygnal-b4bf8c7064f0934180e6723c7b2ae91cf2c5909e.zip
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
least two chars and the next byte is a valid UTF-8 start byte before trying to convert the followup bytes as UTF-8 sequence.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8931199cb..aca51ddb0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-01 Corinna Vinschen <corinna@vinschen.de>
+
+ * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
+ least two chars and the next byte is a valid UTF-8 start byte before
+ trying to convert the followup bytes as UTF-8 sequence.
+
2009-03-31 Corinna Vinschen <corinna@vinschen.de>
* shm.cc (struct shm_attached_list): Convert access type to ULONG.