diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-12 21:52:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-12 21:52:54 +0000 |
commit | 90a0991a65186a68adc8caeec97da7678434040c (patch) | |
tree | 046da9d513e185386b8f4ed054525786a882f28f /ChangeLog | |
parent | de932366d43aba9a74010f4fb8b8da2f89cf1249 (diff) | |
download | glibc-90a0991a65186a68adc8caeec97da7678434040c.tar glibc-90a0991a65186a68adc8caeec97da7678434040c.tar.gz glibc-90a0991a65186a68adc8caeec97da7678434040c.tar.bz2 glibc-90a0991a65186a68adc8caeec97da7678434040c.zip |
[BZ #3352]
2006-10-12 Richard Sandiford <richard@codesourcery.com>
[BZ #3352]
* elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
and use memcpy() if it does.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-12 Richard Sandiford <richard@codesourcery.com> + + [BZ #3352] + * elf/dl-minimal.c (realloc): Let malloc() return a new pointer, + and use memcpy() if it does. + 2006-11-12 Andreas Jaeger <aj@suse.de> [BZ #2510] |