summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-18 11:56:08 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-18 11:56:08 +0000
commit1670c7cf0d06b82b064ae37f4c47a9b9692935f2 (patch)
tree31d9484958d5ddc6902223b54d59650683c464ad /ChangeLog
parentbe221e8df92045dd7175f127d2263ca435336c53 (diff)
* malloc/arena.c (ptmalloc_init): Don't use brk if dlopenedcvs/fedora-glibc-2_3_3-69
from statically linked program and avoid calling _dl_addr in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a282a288db..9978171580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-18 Jakub Jelinek <jakub@redhat.com>
+ * malloc/arena.c (ptmalloc_init): Don't use brk if dlopened
+ from statically linked program and avoid calling _dl_addr in that
+ case.
+
+2004-10-18 Jakub Jelinek <jakub@redhat.com>
+
* sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
destlen only every 4 bytes.