mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fixed a parameter in call to patchFilter32().
committer: mfx <mfx> 977048371 +0000
This commit is contained in:
parent
c6c96d9cad
commit
77b63fdbe9
|
@ -1721,7 +1721,7 @@ void PackW32Pe::pack(OutputFile *fo)
|
||||||
patch_le32(loader,codesize,"BIMP",cimports);
|
patch_le32(loader,codesize,"BIMP",cimports);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (patchFilter32(loader, lsize, &ft))
|
if (patchFilter32(loader, codesize, &ft))
|
||||||
{
|
{
|
||||||
const unsigned texv = ih.codebase - rvamin;
|
const unsigned texv = ih.codebase - rvamin;
|
||||||
if (texv)
|
if (texv)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user