llvm-readelf might crash when the .gnu.hash table goes past the EOF.
This patch splits and updates the code of a helper function checkGNUHashTable,
which is similar to checkHashTable and fixes the issue.
Differential D80215
[llvm-readelf] - --elf-hash-histogram: do not crash when the .gnu.hash goes past the EOF. grimar on May 19 2020, 7:38 AM. Authored by
Details llvm-readelf might crash when the .gnu.hash table goes past the EOF. This patch splits and updates the code of a helper function checkGNUHashTable,
Diff Detail
Event Timeline
Comment Actions Looks good with one question.
|
Could you clarify why the no-op values have changed?