]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Jul 1999 09:58:57 +0000 (09:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Jul 1999 09:58:57 +0000 (09:58 +0000)
ChangeLog
linuxthreads/ChangeLog

index 4ab40ddd00f7ab94dd8f77829784185b2730f829..8e15c16e3fee8529c0f03cdbcb9c32aefba9f98e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old
+       compilers.
+       (__memset_cc): Likewise.
+
+       * sysdeps/generic/libc-start.c: For SUID binaries check whether
+       the standard file descriptors are open.
+       Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
+
+       * sysdeps/unix/sysv/linux/syscalls.list: Remove mmap64 alias for mmap.
+       * sysdeps/unix/sysv/linux/mmap64.c: Test whether mapped area is in
+       range of mmap.  If not fail.
+       Patches by Daniel Jacobowitz <dan@debian.org>.
+
 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.
index 25e3907becb2292b45151a60cdf0eb31afbe33eb..62a4f8f1d7b3998cdc0f53f27c19bf41eb84c9e5 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * manager.c (pthread_handle_create): Free mmap region after stack
+       if clone failed.  Patch by Kaz Kylheku <kaz@ashi.FootPrints.net>.
+
 1999-07-09  Cristian Gafton  <gafton@redhat.com>
 
        * Makefile (libpthread-routines): Add oldsemaphore routine.