Page MenuHomeFreeBSD

elfcopy: Clear errors after fetching the shstrtab index.
ClosedPublic

Authored by markj on Jul 4 2019, 2:55 PM.
Tags
None
Referenced Files
F81655109: D20852.id.diff
Fri, Apr 19, 1:04 PM
Unknown Object (File)
Thu, Apr 18, 3:29 PM
Unknown Object (File)
Thu, Apr 18, 4:43 AM
Unknown Object (File)
Wed, Apr 10, 3:40 AM
Unknown Object (File)
Sat, Apr 6, 10:18 PM
Unknown Object (File)
Fri, Apr 5, 7:53 PM
Unknown Object (File)
Feb 13 2024, 12:45 PM
Unknown Object (File)
Jan 30 2024, 6:39 AM
Subscribers

Details

Summary

Otherwise a future call to elf_errno() will return a non-zero value.
update_shdr(), for example, treats any errors associated with the ELF
descriptor as fatal. Clear the error per the first example in
elf_errmsg.3.

Convert to elf_getshdrstrndx() while here since elf_getshstrndx() is
apparently deprecated.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25198
Build 23878: arc lint + arc unit