elf32: increased limit on section headers.

This commit is contained in:
Daniel Beer 2010-08-29 18:47:05 +12:00
parent 15494c1cf7
commit 7e0d229fc2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const uint8_t elf32_id[] = {
};
#define MAX_PHDRS 32
#define MAX_SHDRS 32
#define MAX_SHDRS 128
struct elf32_info {
Elf32_Ehdr file_ehdr;