Skip to content

Commit 4a0c491

Browse files
committed
fix string table size truncation for ELF64
1 parent ee0edb5 commit 4a0c491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct Fhdr {
4343
uint64_t size;
4444

4545
/* String Table */
46-
uint32_t strndxsize; /* String Table size */
46+
uint64_t strndxsize; /* String Table size */
4747
uint8_t *strndx; /* Copy of String Table */
4848
};
4949

0 commit comments

Comments
 (0)