diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-09-12 18:19:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-09-12 18:19:17 +0000 |
commit | caa60cb998caaffcfc5cf7776f5083c8b453564e (patch) | |
tree | 8d0d0a8247582b3fabf8e4f65c1550fc31761c69 | |
parent | dba385512dea60fd049e59628cad044b4bdbcba6 (diff) | |
download | glibc-caa60cb998caaffcfc5cf7776f5083c8b453564e.tar.gz glibc-caa60cb998caaffcfc5cf7776f5083c8b453564e.tar.xz glibc-caa60cb998caaffcfc5cf7776f5083c8b453564e.zip |
2008-09-12 Flavio Leitner <fleitner@redhat.com>
Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (public_vALLOc): Try other arenas in case _int_valloc fails. (public_pVALLOc): Likewise.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fc3a87cf1f..a11cdafd30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-12 Flavio Leitner <fleitner@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (public_vALLOc): Try other arenas in case + _int_valloc fails. + (public_pVALLOc): Likewise. + 2008-09-02 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last |