commit | 046daa57dd626d70a334e3210566c0eb6b515176 | [log] [tgz] |
---|---|---|
author | Sami Tolvanen <samitolvanen@google.com> | Wed Jan 16 11:28:49 2019 -0800 |
committer | Sami Tolvanen <samitolvanen@google.com> | Wed Jan 23 15:06:27 2019 -0800 |
tree | 05052f5c419e8d0b47d782f050e1def7f504d374 | |
parent | f9b2849005dae73b1814ffdecdb9af792c83af59 [diff] |
ANDROID: cfi: fix shadow rebasing If the module area base address changes when loading a new module, the new CFI shadow will only cover the first allocated page for each existing module. This will cause cross-DSO look-ups to functions elsewhere in the module to fall back to a red-black tree, which may be slower. Bug: 122963951 Change-Id: I9262034d39351afcd42590ead8d6384fc30a8ce8 Reported-by: Wu,Le <wule01@baidu.com> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>