]> git.ipfire.org Git - thirdparty/glibc.git/commit
Linux: Use mmap instead of malloc in dirent/tst-getdents64
authorFlorian Weimer <fweimer@redhat.com>
Fri, 28 Jun 2019 08:48:48 +0000 (10:48 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 28 Jun 2019 12:05:02 +0000 (14:05 +0200)
commit507f55c05f30c9eb80faf2546ec635c338c039eb
tree854760dd291baaa718f4f9a796fac5d056e19d97
parent589787f8894251c3b114f4ce06a89ecf2763f1b4
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.
ChangeLog
sysdeps/unix/sysv/linux/tst-getdents64.c