aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-06-28 10:48:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-06-28 14:05:02 +0200
commit507f55c05f30c9eb80faf2546ec635c338c039eb (patch)
tree854760dd291baaa718f4f9a796fac5d056e19d97 /ChangeLog
parent589787f8894251c3b114f4ce06a89ecf2763f1b4 (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1d6327..65129ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.