am 143409d7: Merge "Fix the comment"

* commit '143409d75b093c89042e25cab1757d6b2bae8ec5':
  Fix the comment
This commit is contained in:
Dimitry Ivanov 2015-10-01 22:11:31 +00:00 committed by Android Git Automerger
commit 27f2e04c8c

View File

@ -3082,7 +3082,7 @@ bool soinfo::link_image(const soinfo_list_t& global_group, const soinfo_list_t&
return false;
}
// Make segments writable to allow text relocations to work properly. We will later call
// phdr_table_protect_segments() after all of them are applied and all constructors are run.
// phdr_table_protect_segments() after all of them are applied.
DL_WARN("%s has text relocations. This is wasting memory and prevents "
"security hardening. Please fix.", get_realpath());
if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) {