Page MenuHomeFreeBSD

libelftc: Use size_t for string table size hints.
ClosedPublic

Authored by markj on Jun 19 2019, 8:54 PM.
Tags
None
Referenced Files
F107165612: D20702.diff
Sat, Jan 11, 3:14 AM
Unknown Object (File)
Sun, Dec 22, 6:31 AM
Unknown Object (File)
Oct 18 2024, 9:22 PM
Unknown Object (File)
Oct 18 2024, 2:08 AM
Unknown Object (File)
Sep 28 2024, 12:17 PM
Unknown Object (File)
Sep 24 2024, 11:12 PM
Unknown Object (File)
Sep 18 2024, 6:00 PM
Unknown Object (File)
Sep 5 2024, 6:50 PM
Subscribers

Details

Summary

String table offsets are returned as a size_t, so we might as well be
consistent.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24944
Build 23668: arc lint + arc unit

Event Timeline

This is incomplete.

Consistently use (s)size_t for table size and offsets.

Deleted entries have a negative offset, so we use ssize_t there.

This revision is now accepted and ready to land.Jun 21 2019, 1:13 PM