diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b86c96282..ff9f034e2 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,4 +1,9 @@ -2006-11-29 Kazunori Asayama <asayama@sm.sony.co.jp> +2006-11-29 Eric Blake <ebb9@byu.net> + + * libc/stdio/fvwrite.c (__sfvwrite_r): Avoid off-by-one error in + asprintf, as well as quadratic realloc behavior. + +2006-11-29 Kazunori Asayama <asayama@sm.sony.co.jpi * libc/machine/spu/memset.c: Fix type of explicit cast. * libc/machine/spu/strncmp.c: Add explicit cast. |