diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-31 07:39:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-31 07:39:50 +0000 |
commit | 09f5e1635ae75de077c5307d02fdbefc4b0c7144 (patch) | |
tree | b328e9ca3e582fd022a6832277f764b20f0586cf /linuxthreads/ChangeLog | |
parent | c77a447822c8ccc6866216bad737189fff3a0b93 (diff) | |
download | glibc-09f5e1635ae75de077c5307d02fdbefc4b0c7144.tar.gz glibc-09f5e1635ae75de077c5307d02fdbefc4b0c7144.tar.xz glibc-09f5e1635ae75de077c5307d02fdbefc4b0c7144.zip |
Update.
2000-12-28 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (MALLOC_COPY): Handle case if source and destination overlap. Assume dest is always below source if overlapping.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 176099431b..2bb9371912 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-11-15 Wolfram Gloger <wg@malloc.de> + + * manager.c (pthread_free): [!FLOATING_STACKS]: Only remap the + stack to PROT_NONE, don't unmap it, avoiding collisions with malloc. + 2000-12-27 Andreas Jaeger <aj@suse.de> * Examples/ex13.c: Make local functions static. |