From b8a423c2db7442c8e082cd710f3ce052009a12b1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 Jul 1999 16:42:39 +0000 Subject: Update. 1999-07-26 Ulrich Drepper * 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 . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d216889ed2..513ae2c658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-07-26 Ulrich Drepper + + * 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 . + 1999-07-26 Jakub Jelinek * string/bits/string2.h (__strcpy_small): Avoid compile time warning. -- cgit v1.2.3