mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
PE: Remove duplicate oxrelocs write
This commit is contained in:
parent
bb90c4dff4
commit
990d0ec543
|
@ -2710,7 +2710,6 @@ void PeFile::pack0(OutputFile *fo, ht &ih, ht &oh,
|
|||
fo->write(oxrelocs,soxrelocs);
|
||||
fo->write(oimpdlls,soimpdlls);
|
||||
fo->write(oexport,soexport);
|
||||
fo->write(oxrelocs,soxrelocs);
|
||||
if (!last_section_rsrc_only)
|
||||
fo->write(oxrelocs,soxrelocs);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user