Skip to content

Handle ELF binaries without section header table#1580

Merged
matthiasblaesing merged 1 commit into
java-native-access:masterfrom
matthiasblaesing:elf_without_section_header_table
Jan 2, 2024
Merged

Handle ELF binaries without section header table#1580
matthiasblaesing merged 1 commit into
java-native-access:masterfrom
matthiasblaesing:elf_without_section_header_table

Conversation

@matthiasblaesing

Copy link
Copy Markdown
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 force-pushed the elf_without_section_header_table branch from 10eba3e to ab99f2e Compare December 23, 2023 18:54
@matthiasblaesing
matthiasblaesing merged commit 1dd63c8 into java-native-access:master Jan 2, 2024
@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