ASLR is enabled by default for 64-bit images, as of commit b014e0f15bc73d80ef49b64fd1f8c29f469467cb Author: Marcin Wojtas <mw@FreeBSD.org> Date: Sun Oct 24 16:53:06 2021 +0200 Enable ASLR by default for 64-bit executables This PR is open to track issues related to ASLR, with some initially reported by lwhsu on freebsd-current: > Thanks very much for working on this. FYI, there are some test cases > seem to be affected by this: > > https://ci.freebsd.org/job/FreeBSD-main-amd64-test/19828/testReport/ I fixed the mkimg test failures in: commit 036af1053acd6cae68c5fb6bed30508f2e40be13 Author: Ed Maste <emaste@FreeBSD.org> Date: Sat Nov 20 19:29:11 2021 -0500 mkimg: zero entry in vhdx_write_metadata Otherwise _reserved might contain uninitialized data.
Hello Ed Maste, Adding 2 more PRs to list. Thanks
@emaste Please add PR256477 to the tracking list.