mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Make sure ph.first_offset_found is set.
This commit is contained in:
@ -165,6 +165,10 @@ int upx_ucl_compress ( const upx_bytep src, unsigned src_len,
|
|||||||
return UPX_E_ERROR;
|
return UPX_E_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// make sure first_offset_found is set
|
||||||
|
if (res[6] == 0)
|
||||||
|
res[6] = 1;
|
||||||
|
|
||||||
return convert_errno_from_ucl(r);
|
return convert_errno_from_ucl(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user