Page MenuHomeFreeBSD

linux(4): Export the AT_RANDOM depending on the process osreldata
ClosedPublic

Authored by dchagin on Apr 18 2023, 10:17 AM.
Referenced Files
F86228348: D39646.diff
Mon, Jun 17, 7:56 AM
Unknown Object (File)
Sat, Jun 15, 1:16 AM
Unknown Object (File)
May 10 2024, 10:20 PM
Unknown Object (File)
May 4 2024, 6:31 AM
Unknown Object (File)
Apr 29 2024, 9:42 AM
Unknown Object (File)
Apr 29 2024, 9:42 AM
Unknown Object (File)
Apr 29 2024, 9:38 AM
Unknown Object (File)
Dec 20 2023, 8:05 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50993
Build 47884: arc lint + arc unit

Event Timeline

My quick google suggests Linux AT_CANARY is defined as pointing to 16 random bytes.
Should we add either a runtime test or assertion that imgp->canarylen >= 16?

My quick google suggests Linux AT_CANARY is defined as pointing to 16 random bytes.
Should we add either a runtime test or assertion that imgp->canarylen >= 16?

https://cgit.freebsd.org/src/tree/sys/compat/linux/linux_elf.c#n332

This revision is now accepted and ready to land.Apr 18 2023, 1:11 PM