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
Unknown Object (File)
Wed, Apr 15, 11:30 PM
Unknown Object (File)
Wed, Apr 15, 10:42 AM
Unknown Object (File)
Wed, Apr 15, 7:55 AM
Unknown Object (File)
Sat, Apr 11, 6:45 PM
Unknown Object (File)
Fri, Apr 10, 4:44 AM
Unknown Object (File)
Tue, Apr 7, 2:07 PM
Unknown Object (File)
Sun, Apr 5, 4:06 PM
Unknown Object (File)
Sat, Apr 4, 9:42 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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