about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-26 16:42:39 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-26 16:42:39 +0000
commitb8a423c2db7442c8e082cd710f3ce052009a12b1 (patch)
tree40ffaa23531e5afd5f30cdeea708754b73522fc6 /ChangeLog
parentb18ac18e67746792dd969e7ca0b8a92bae341cae (diff)
downloadglibc-b8a423c2db7442c8e082cd710f3ce052009a12b1.tar.gz
glibc-b8a423c2db7442c8e082cd710f3ce052009a12b1.tar.xz
glibc-b8a423c2db7442c8e082cd710f3ce052009a12b1.zip
Update.
1999-07-26  Ulrich Drepper  <drepper@cygnus.com>

	* wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number
	of wide characters to convert do it right and don't overestimate
	by multiplying with MB_CUR_MAX.
	Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d216889ed2..513ae2c658 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
+
+	* wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number
+	of wide characters to convert do it right and don't overestimate
+	by multiplying with MB_CUR_MAX.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
 1999-07-26  Jakub Jelinek  <jj@ultra.linux.jz>
 
 	* string/bits/string2.h (__strcpy_small): Avoid compile time warning.