diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 15:17:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 15:17:23 +0000 |
commit | 3eb515a631f57058d63b6d0e8a9dd9502e289ff5 (patch) | |
tree | 58736711f4c685d7b5513385cf0a9b9fbe20fa0f /ChangeLog | |
parent | 6a1db4ffb67ccb8c3861bb398bff5a033f2d7793 (diff) | |
download | glibc-3eb515a631f57058d63b6d0e8a9dd9502e289ff5.tar.gz glibc-3eb515a631f57058d63b6d0e8a9dd9502e289ff5.tar.xz glibc-3eb515a631f57058d63b6d0e8a9dd9502e289ff5.zip |
Update.
* 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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4dce34eb6..58705094e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-07-09 Ulrich Drepper <drepper@cygnus.com> + * 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>. + * elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage before the relocation happened. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. |