Page MenuHomeFreeBSD

Support a.out format in nlist(3) only on i386
ClosedPublic

Authored by emaste on Dec 22 2015, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 3:39 AM
Unknown Object (File)
Sep 4 2025, 11:40 PM
Unknown Object (File)
Sep 3 2025, 9:49 AM
Unknown Object (File)
Aug 20 2025, 10:06 PM
Unknown Object (File)
Aug 13 2025, 4:37 AM
Unknown Object (File)
Jul 29 2025, 11:11 PM
Unknown Object (File)
Jun 24 2025, 5:13 AM
Unknown Object (File)
Jun 22 2025, 3:30 PM
Subscribers
None

Details

Summary

i386 is the only current FreeBSD architecture that ever used a.out format.

Diff Detail

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

Event Timeline

emaste retitled this revision from to Support a.out format in nlist(3) only on i386.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: imp, jhb, kib.
kib edited edge metadata.

BTW, checks for SIZE_T_MAX in both a.out and ELF versions are useless. On the other hand, there is no check for overflow e.g. when shdr_size is calculated by multiplication.

This revision is now accepted and ready to land.Dec 22 2015, 7:58 PM
This revision was automatically updated to reflect the committed changes.