Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle ELF binaries without section header table #1580

Conversation

matthiasblaesing
Copy link
Member

The ELFAnalyser failed to analyse the java binary on Java 8 for armv7 synology NAS systems (DS115j, ...). The binary did not contain an ELF section header table, which caused an IndexOutOfBoundsException.

Closes: #1579

The ELFAnalyser failed to analyse the java binary on Java 8 for armv7
synology NAS systems (DS115j, ...). The binary did not contain an ELF
section header table, which caused an IndexOutOfBoundsException.
@matthiasblaesing matthiasblaesing merged commit 1dd63c8 into java-native-access:master Jan 2, 2024
8 checks passed
@matthiasblaesing matthiasblaesing deleted the elf_without_section_header_table branch February 24, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IndexOutOfBoundsException in ELFSectionHeaders runnning on old IcedTea Java 8 version on ARMv7
1 participant