diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-06-28 10:48:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-06-28 14:05:02 +0200 |
commit | 507f55c05f30c9eb80faf2546ec635c338c039eb (patch) | |
tree | 854760dd291baaa718f4f9a796fac5d056e19d97 /ChangeLog | |
parent | 589787f8894251c3b114f4ce06a89ecf2763f1b4 (diff) | |
download | glibc-507f55c05f30c9eb80faf2546ec635c338c039eb.zip glibc-507f55c05f30c9eb80faf2546ec635c338c039eb.tar.gz glibc-507f55c05f30c9eb80faf2546ec635c338c039eb.tar.bz2 |
Linux: Use mmap instead of malloc in dirent/tst-getdents64
malloc dirties the entire allocated memory region due to M_PERTURB
in the test harness.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2019-06-28 Florian Weimer <fweimer@redhat.com> + + * sysdeps/unix/sysv/linux/tst-getdents64.c (large_buffer_checks): + Use mmap instead of malloc. malloc with M_PERTURB writes to the + entire allocated memory range. + 2019-06-28 Tobias Klauser <tklauser@distanz.ch> * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Remove macro. |