fix malloc-brk-fail master
authorSzabolcs Nagy <nsz@port70.net>
Tue, 16 Apr 2024 22:14:30 +0000 (22:14 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 16 Apr 2024 22:14:30 +0000 (22:14 +0000)
commita07fb60c4996955216ef9a331dae124374984b3a
treed15aaf7bad20c1b530ce363b5ce2cd11e526df70
parent00762a9bd3b94beeb87e7e45b299d4a7b2a953ba
fix malloc-brk-fail

RLIMIT_DATA was changed in linux 4.7 to include mmap as well, not just
brk, however the test should work without the limit (unless the kernel
reserves space after brk that is not available for mmap, but that does
not seem to be the case).
src/regression/malloc-brk-fail.c