diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-24 08:23:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-24 08:23:06 +0000 |
commit | 84832e0528058662f1294e40dfd506ea0133487b (patch) | |
tree | 7bd3fc36b2df6f09bccdeaf2b3856a218c20a154 /ChangeLog | |
parent | 42c4f32a44c76d1f4e2b744bf80f495dc36caa87 (diff) | |
download | glibc-84832e0528058662f1294e40dfd506ea0133487b.zip glibc-84832e0528058662f1294e40dfd506ea0133487b.tar.gz glibc-84832e0528058662f1294e40dfd506ea0133487b.tar.bz2 |
Update.
* malloc/obstack.c (_obstack_newchunk): Correctly align first returned
block.
* malloc/tst-obstack.c: New file.
Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-10-24 Ulrich Drepper <drepper@redhat.com> + * malloc/obstack.c (_obstack_newchunk): Correctly align first returned + block. + * malloc/tst-obstack.c: New file. + Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>. + Complete revamp of the reference counter handling. * include/link.h (struct link_map): Add l_idx field. * elf/dl-close.c: Handle decrementing of reference counters more |