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
F166193251: D20702.id58807.diff
Wed, Aug 12, 6:41 AM
Unknown Object (File)
Sat, Aug 8, 10:34 PM
Unknown Object (File)
Sat, Aug 8, 5:53 PM
Unknown Object (File)
Fri, Aug 7, 4:17 PM
Unknown Object (File)
Sun, Aug 2, 12:00 PM
Unknown Object (File)
Mon, Jul 27, 12:23 AM
Unknown Object (File)
Sat, Jul 25, 6:43 AM
Unknown Object (File)
Sat, Jul 25, 3:06 AM
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