[Bug 259971] lib.libc.regex.exhaust_test.regcomp_too_big fails with ASLR on by default

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Oct 2025 14:44:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259971

--- Comment #6 from Ed Maste <emaste@freebsd.org> ---
One curiosity, this test has
        atf_tc_set_md_var(tc, "require.memory", "64M");
but then does
        limit.rlim_cur = limit.rlim_max = 256 * 1024 * 1024;
        ATF_REQUIRE(setrlimit(RLIMIT_VMEM, &limit) != -1);

-- 
You are receiving this mail because:
You are the assignee for the bug.