1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00
This commit is contained in:
John Reiser 2011-03-28 10:45:47 -07:00
commit 4fec3c8f34

View File

@ -498,7 +498,7 @@ void ElfLinker::relocate()
for (unsigned ic = 0; ic < nrelocations; ic++)
{
const Relocation *rel = relocations[ic];
unsigned value;
unsigned value = 0;
if (rel->section->output == NULL)
continue;