Page MenuHomeFreeBSD

tests: Fix race condition in aslr_setuid
ClosedPublic

Authored by des on Jun 22 2026, 9:19 AM.
Tags
None
Referenced Files
F164330911: D57734.id180271.diff
Thu, Jul 30, 9:15 PM
Unknown Object (File)
Tue, Jul 28, 7:48 PM
Unknown Object (File)
Tue, Jul 28, 11:50 AM
Unknown Object (File)
Tue, Jul 28, 2:54 AM
Unknown Object (File)
Mon, Jul 27, 5:03 PM
Unknown Object (File)
Mon, Jul 27, 12:59 AM
Unknown Object (File)
Sat, Jul 18, 7:10 AM
Unknown Object (File)
Wed, Jul 15, 11:12 PM
Subscribers

Details

Summary

Use a cloexec pipe to block the parent until the child is ready.

While here, redirect the output from ping to /dev/null, and mark the
test as requiring the inet feature since we ping the IPv4 loopback.

PR: 296116
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jun 22 2026, 9:19 AM

Thanks.

Have you ever tried to run the test suite without an INET stack?

This revision is now accepted and ready to land.Jun 22 2026, 12:33 PM

Have you ever tried to run the test suite without an INET stack?

Bits and pieces. Never the whole thing.

This revision was automatically updated to reflect the committed changes.