Page MenuHomeFreeBSD

libc: Make elf_aux_info() return an error if AT_USRSTACK* is undefined
ClosedPublic

Authored by markj on Oct 18 2022, 3:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 8, 12:10 PM
Unknown Object (File)
Sun, Feb 8, 4:24 AM
Unknown Object (File)
Sat, Jan 31, 5:36 AM
Unknown Object (File)
Dec 31 2025, 12:44 AM
Unknown Object (File)
Dec 20 2025, 9:19 PM
Unknown Object (File)
Nov 22 2025, 8:27 AM
Unknown Object (File)
Nov 7 2025, 10:46 PM
Unknown Object (File)
Nov 5 2025, 12:34 AM
Subscribers

Details

Summary

Otherwise we do not fall back to sysctls if the auxv entries are not
defined by the kernel. Arguably this is not a bug since we do not
support newer libc running on an older kernel, but we can be a bit more
gentle here.

I assume here that the kernel-provided values for AT_USRSTACK* are
always non-zero.

Reported by: Paul Floyd

Diff Detail

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