Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Rename ElfError::MultipleTextSections to ElfError::NotOneTextSection #223

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Nov 10, 2021

Fixes #220

@Lichtso Lichtso merged commit 7ceff45 into main Nov 10, 2021
@Lichtso Lichtso deleted the fix/#220 branch November 10, 2021 14:05
@dmakarov dmakarov mentioned this pull request Nov 15, 2021
dmakarov added a commit that referenced this pull request Nov 15, 2021
- Fix R_BPF_64_64 relocation handling (#225)
- Fixes the build of the CLI tool. (#224)
- Clearify error message MultipleTextSections => NotOneTextSection. (#223)
- Remove disabled infinite loop check (#219)
- Fix tests to pass on non-X86_64 architectures (#218)
- Fix Beta CI Tests (#216)
- Make disassembler output more readable (#215)
- Makes #212 configurable for feature gate. (#213)
- Fix verifier shift instruction overflows imm value (#212)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ELFError::MultipleTextSections is misleading, it can be thrown for zero sections
1 participant