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
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 0 additions and 1 deletions

View File

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