mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Bounds check shstrtab in PackVmlinuxBase<T>::canPack()
This commit is contained in:
parent
b89c3ebb42
commit
718a1da262
|
@ -165,6 +165,7 @@ bool PackVmlinuxBase<T>::canPack()
|
|||
int j;
|
||||
for (p = shdri, j= ehdri.e_shnum; --j>=0; ++p) {
|
||||
if (Shdr::SHT_PROGBITS==p->sh_type
|
||||
&& (p->sh_name + shstrsec->sh_offset) < (unsigned)file_size
|
||||
&& 0==strcmp("__ksymtab", p->sh_name + shstrtab)) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user