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 23, 1:39 PM
Unknown Object (File)
Sat, Sep 19, 8:43 AM
Unknown Object (File)
Thu, Sep 17, 9:24 AM
Unknown Object (File)
Thu, Sep 17, 9:15 AM
Unknown Object (File)
Sun, Sep 13, 2:57 PM
Unknown Object (File)
Aug 21 2026, 9:27 PM
Unknown Object (File)
Aug 21 2026, 9:09 PM
Unknown Object (File)
Aug 21 2026, 9:09 PM
Subscribers
None

Details

Summary

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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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.