1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

cleanup merge

This commit is contained in:
John Reiser 2006-12-19 16:19:19 -08:00
parent 73090b98ab
commit cd6a318903

View File

@ -715,7 +715,7 @@ bool PackVmlinuxARM::has_valid_vmlinux_head()
fi->readx(buf, sizeof(buf));
//unsigned const word0 = buf[0];
unsigned const word1 = buf[1];
if (0xeb==(word1>>24
if (0xeb==(word1>>24)
&& (0x00ffffff& word1)==(-1+ ((3+ ph.c_len)>>2))) {
return true;
}