Page MenuHomeFreeBSD

libprocstat: copy all the 32-bit auxv entries
ClosedPublic

Authored by brooks on Oct 13 2023, 6:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 11 2024, 9:51 AM
Unknown Object (File)
Oct 11 2024, 1:12 AM
Unknown Object (File)
Oct 10 2024, 10:11 PM
Unknown Object (File)
Sep 24 2024, 8:28 PM
Unknown Object (File)
Sep 19 2024, 5:03 AM
Unknown Object (File)
Sep 18 2024, 9:38 PM
Unknown Object (File)
Sep 18 2024, 6:57 AM
Unknown Object (File)
Sep 17 2024, 5:26 PM
Subscribers

Details

Summary

Use source struct size not the destination struct size so we copy all
the auxv entries, not just the first half of them.

Fix a style issue on an adjacent line.

Diff Detail

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