Skip to content

Fix Elf32_Sym: change st_shndx from u32 to u16#57

Merged
cole14 merged 1 commit intocole14:masterfrom
safarir:master
Dec 15, 2025
Merged

Fix Elf32_Sym: change st_shndx from u32 to u16#57
cole14 merged 1 commit intocole14:masterfrom
safarir:master

Conversation

@safarir
Copy link
Contributor

@safarir safarir commented Nov 29, 2025

The st_shndx field in Elf32_Sym was incorrectly defined as u32 instead of u16.

This fixed #56

The st_shndx field in Elf32_Sym was incorrectly defined as u32 instead
of u16.
@cole14 cole14 merged commit 5702acc into cole14:master Dec 15, 2025
3 checks passed
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.

Wrong Elf32_Sym definition

2 participants