HomeFreeBSD

auxv: make AT_BSDFLAGS unsigned

Description

auxv: make AT_BSDFLAGS unsigned

AT_BSDFLAGS shouldn't be sign extended on 64-bit systems so use a
uint32_t instead of an int.

Reviewed by: imp, kib
Differential Revision: https://reviews.freebsd.org/D42365

(cherry picked from commit 326bf5089ca788d5ff1951eed7a9067281a2b65e)

Details

Provenance
brooksAuthored on Oct 26 2023, 5:38 PM
Reviewer
imp
Differential Revision
D42365: auxv: make AT_BSDFLAGS unsigned
Parents
rG20ae9946c33f: procctl.2: improve phrasing for ASLR disable
Branches
Unknown
Tags
Unknown