Fix elf2b() to consider all sections in segments

This commit is contained in:
Stefan Rueger
2022-12-01 20:28:56 +00:00
parent 0ae632070f
commit 3b30e5d424

View File

@@ -959,7 +959,6 @@ static int elf2b(const char *infile, FILE *inf,
memset(mem->tags + idx, TAG_ALLOCATED, d->d_size); memset(mem->tags + idx, TAG_ALLOCATED, d->d_size);
} }
} }
break; // Stop after first section in program header
} }
} }
done: done: