Merge "Fix the comment"

This commit is contained in:
Dimitry Ivanov 2015-10-01 21:18:36 +00:00 committed by Gerrit Code Review
commit 143409d75b

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) {