a07fb6 fix malloc-brk-fail

Authored and Committed by Szabolcs Nagy 2 months ago
    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).