summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-12 21:52:54 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-12 21:52:54 +0000
commit90a0991a65186a68adc8caeec97da7678434040c (patch)
tree046da9d513e185386b8f4ed054525786a882f28f /ChangeLog
parentde932366d43aba9a74010f4fb8b8da2f89cf1249 (diff)
[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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe887b95ee..ffb3296a26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]