diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-30 17:47:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-30 17:47:23 +0000 |
commit | 1fdd89a78dfa4f0ea4b14c994a055de802e61a89 (patch) | |
tree | fb50205adf4fe547c4056a9d4731ef6a1170135f /NEWS | |
parent | 8585cb7454e10346bccc9fb4df3fae51b2efb9b6 (diff) | |
download | glibc-1fdd89a78dfa4f0ea4b14c994a055de802e61a89.tar.gz glibc-1fdd89a78dfa4f0ea4b14c994a055de802e61a89.tar.xz glibc-1fdd89a78dfa4f0ea4b14c994a055de802e61a89.zip |
* malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
manipulated brk, use malloc_printerr. * misc/sbrk.c (__sbrk): Better error handling for nonsense requests.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 095dbab44e..5c2d9a7ef7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -GNU C Library NEWS -- history of user-visible changes. 2008-12-2 -Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc. +GNU C Library NEWS -- history of user-visible changes. 2009-1-30 +Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> @@ -9,6 +9,9 @@ Version 2.10 * New Linux interface: accept4 +* Correct declarations of string function when used in C++ code. This + could lead to compile error for invalid C++ code. + Version 2.9 |