ElfLinker::output_capacity

modified:   linker.cpp
	modified:   linker.h
This commit is contained in:
John Reiser
2023-01-05 15:25:34 -08:00
committed by Markus F.X.J. Oberhumer
parent 64aa7540e2
commit 99575e1010
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -46,6 +46,7 @@ protected:
int inputlen = 0;
upx_byte *output = nullptr;
int outputlen = 0;
unsigned output_capacity = 0;
Section *head = nullptr;
Section *tail = nullptr;