Fix elf2b() to consider all sections in segments
This commit is contained in:
parent
0ae632070f
commit
3b30e5d424
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue