am 52185f37: am b8280db7: am 1756f5a4: Merge "change wording on text relocation message."

* commit '52185f37aefbb8be138c1c87ed46bd31807cdcfb':
  change wording on text relocation message.
This commit is contained in:
Nick Kralevich 2013-10-22 12:39:43 -07:00 committed by Android Git Automerger
commit 7bf961755c

View File

@ -1688,8 +1688,8 @@ static bool soinfo_link_image(soinfo* si) {
* phdr_table_protect_segments() after all of them are applied
* and all constructors are run.
*/
DL_WARN("%s has text relocations. This is wasting memory and is "
"a security risk. Please fix.", si->name);
DL_WARN("%s has text relocations. This is wasting memory and prevents "
"security hardening. Please fix.", si->name);
if (phdr_table_unprotect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
DL_ERR("can't unprotect loadable segments for \"%s\": %s",
si->name, strerror(errno));