Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2025 14:44:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 259971] lib.libc.regex.exhaust_test.regcomp_too_big fails with ASLR on by default
Message-ID:  <bug-259971-32464-Wm9KKZQXD2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259971-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259971-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259971

--- 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 =3D limit.rlim_max =3D 256 * 1024 * 1024;
        ATF_REQUIRE(setrlimit(RLIMIT_VMEM, &limit) !=3D -1);

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259971-32464-Wm9KKZQXD2>