summaryrefslogtreecommitdiffstats
path: root/third_party/tlslite/scripts
diff options
context:
space:
mode:
authorsimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-20 14:34:24 +0000
committersimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-20 14:36:08 +0000
commitd62a489312a43c9d55450b8b490cc1326cccf336 (patch)
treedb5cadb93ca45ef89f26c7b509128208d64c1439 /third_party/tlslite/scripts
parent6b0bc87b209680fbc5289332e78ed03a95f0e7d1 (diff)
downloadchromium_src-d62a489312a43c9d55450b8b490cc1326cccf336.zip
chromium_src-d62a489312a43c9d55450b8b490cc1326cccf336.tar.gz
chromium_src-d62a489312a43c9d55450b8b490cc1326cccf336.tar.bz2
Fix argument passed to phdr_table_get_dynamic_section().
phdr_table_get_dynamic_section() expects to receive the load_bias_, but ElfView::InitUnmapped() currently passes the load_address. load_bias_ is calculated as load_bias_ = load_address - min_vaddr; As a result, the bug is only exposed when the crazy linker encounters a library in which min_vaddr is not zero. BUG=385553 Review URL: https://codereview.chromium.org/491433003 Cr-Commit-Position: refs/heads/master@{#290837} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tlslite/scripts')
0 files changed, 0 insertions, 0 deletions