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:
parent
3c87e6b270
commit
96e3899216
|
@ -197,7 +197,7 @@ class ElfLinker : public Linker
|
|||
int outputlen;
|
||||
|
||||
Section sections[550];
|
||||
Symbol symbols[100];
|
||||
Symbol symbols[1000];
|
||||
Relocation relocations[2000];
|
||||
|
||||
unsigned nsections;
|
||||
|
|
Loading…
Reference in New Issue
Block a user