1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

increased the maximum number of symbols

This commit is contained in:
László Molnár 2006-06-29 00:22:03 +02:00
parent 3c87e6b270
commit 96e3899216

View File

@ -197,7 +197,7 @@ class ElfLinker : public Linker
int outputlen;
Section sections[550];
Symbol symbols[100];
Symbol symbols[1000];
Relocation relocations[2000];
unsigned nsections;