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)
Sat, Jun 29, 12:10 AM
Unknown Object (File)
May 18 2024, 4:59 PM
Unknown Object (File)
May 2 2024, 9:31 AM
Unknown Object (File)
Mar 18 2024, 8:11 PM
Unknown Object (File)
Dec 20 2023, 12:55 AM
Unknown Object (File)
Nov 8 2023, 1:41 PM
Unknown Object (File)
Oct 7 2023, 12:37 PM
Unknown Object (File)
Nov 28 2022, 12:29 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.