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
F166308490: D20852.id59395.diff
Wed, Aug 12, 7:42 PM
Unknown Object (File)
Sat, Aug 8, 6:00 PM
Unknown Object (File)
Tue, Aug 4, 6:56 AM
Unknown Object (File)
Tue, Aug 4, 6:55 AM
Unknown Object (File)
Thu, Jul 30, 9:37 AM
Unknown Object (File)
Fri, Jul 24, 2:06 PM
Unknown Object (File)
Jul 10 2026, 3:58 AM
Unknown Object (File)
Jul 4 2026, 4:09 PM
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

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