Out-of-bounds read exists in the function modifySoname
This commit is contained in:
parent
3f90e4925c
commit
e9d3394659
|
@ -1272,6 +1272,7 @@ void ElfFile<ElfFileParamNames>::modifySoname(sonameMode op, const std::string &
|
|||
if (rdi(dyn->d_tag) == DT_SONAME) {
|
||||
dynSoname = dyn;
|
||||
soname = strTab + rdi(dyn->d_un.d_val);
|
||||
checkPointer(fileContents, strTab, rdi(dyn->d_un.d_val));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue