mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fix compiler warning
This commit is contained in:
parent
17f47d3c0a
commit
98b428a8be
|
@ -538,7 +538,7 @@ ERR_LAB
|
|||
else if (xi) { // cleanup if decompressor overrun crosses page boundary
|
||||
mlen = ~PAGE_MASK & (3+ mlen);
|
||||
if (mlen<=3) { // page fragment was overrun buffer only
|
||||
munmap(addr, mlen);
|
||||
munmap((char *)addr, mlen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user