diff options
author | Peter Smith <peter.smith@linaro.org> | 2017-11-30 13:30:58 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-11-30 15:08:21 -0800 |
commit | 036aae79303c43c56b604bc215ce4a70fc2a6474 (patch) | |
tree | eb7187ce6bd00fd1d633ef416b6bdfe122d5de7a /ChangeLog | |
parent | 4a7e52349807017f9bc09ea25f07924f2ec971b3 (diff) | |
download | gdb-036aae79303c43c56b604bc215ce4a70fc2a6474.zip gdb-036aae79303c43c56b604bc215ce4a70fc2a6474.tar.gz gdb-036aae79303c43c56b604bc215ce4a70fc2a6474.tar.bz2 |
Fix segfault in relocate_erratum_stub on aarch64.
The fix for PR21868 (an internal error when --fix-cortex-a53-843419
is applied) has a small mistake in it. When the stub_owner section
needs an erratum fix an incorrect address for the stubs for the section
is given to relocate_erratum_stub. If we are lucky we will get a segfault;
if we aren't, an incorrect patch or data corruption is possible.
The error is visible in PR21868, but the side-effects aren't fatal.
gold/
PR gold/22233
* aarch64.cc (AArch64_relobj::fix_errata_and_relocate_erratum_stubs):
Fix calculation of stub address.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions