From: Ulrich Drepper Date: Sat, 10 Jul 1999 09:58:57 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d97e5d3cd095083ac27418156314c4c0dfdb1e78;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 4ab40ddd00f..8e15c16e3fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-07-09 Ulrich Drepper + + * 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 . + + * 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 . + 1999-07-09 Ulrich Drepper * stdio-common/vfprintf.c (buffered_vfprintf): Add locking. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 25e3907becb..62a4f8f1d7b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-07-09 Ulrich Drepper + + * manager.c (pthread_handle_create): Free mmap region after stack + if clone failed. Patch by Kaz Kylheku . + 1999-07-09 Cristian Gafton * Makefile (libpthread-routines): Add oldsemaphore routine.