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)
Sun, Nov 24, 9:58 AM
Unknown Object (File)
Nov 18 2024, 3:40 AM
Unknown Object (File)
Nov 17 2024, 11:05 PM
Unknown Object (File)
Oct 16 2024, 6:52 PM
Unknown Object (File)
Oct 10 2024, 1:02 AM
Unknown Object (File)
Sep 14 2024, 2:10 PM
Unknown Object (File)
Sep 11 2024, 3:03 PM
Unknown Object (File)
Sep 8 2024, 10:24 AM
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.