Skip to content

Cannot read archives with SYM64 symbol table #365

@ehuss

Description

@ehuss

If you build an archive with LLVM that is over 4GB, it writes a /SYM64/ table entry instead of / (see writeSymbolTableHeader). This prevents ArchiveFile from being able to load the names and symbols here. One way this fails is when iterating over the members of the archive, and an archive member's name is too long, it will fail here because the names data is empty.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions