diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-29 17:25:53 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-29 17:26:50 +0100 |
| commit | 5f75f6bdf830e66aa6bd6eef675dbdc144b771c6 (patch) | |
| tree | c7914ea39749b9673652ef99401f336cdea7e3ca /ChangeLog | |
| parent | 894f3e131176c481c50484e3004a7a641db01373 (diff) | |
| download | glibc-5f75f6bdf830e66aa6bd6eef675dbdc144b771c6.tar.xz glibc-5f75f6bdf830e66aa6bd6eef675dbdc144b771c6.zip | |
hurd: Make mmap64 use vm_offset_t for overflow check
The RPC interface used by mmap uses the unsigned vm_offset_t, not the
signed off_t, so 32bit bigger than 2GiB values are fine actually.
* sysdeps/mach/hurd/mmap64.c: New file.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-11-29 Samuel Thibault <samuel.thibault@ens-lyon.org> + + The RPC interface used by mmap uses the unsigned vm_offset_t, not the + signed off_t, so 32bit bigger than 2GiB values are fine actually. + + * sysdeps/mach/hurd/mmap64.c: New file. + 2015-11-29 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send |
