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)
Dec 23 2023, 1:51 AM
Unknown Object (File)
Nov 25 2023, 12:53 AM
Unknown Object (File)
Nov 14 2023, 6:39 PM
Unknown Object (File)
Oct 13 2023, 5:40 PM
Unknown Object (File)
Sep 13 2023, 8:21 AM
Unknown Object (File)
Aug 21 2023, 10:32 PM
Unknown Object (File)
Jul 9 2023, 8:38 PM
Unknown Object (File)
Jul 9 2023, 8:37 PM
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