Merge "Fix the comment"
This commit is contained in:
commit
143409d75b
@ -3082,7 +3082,7 @@ bool soinfo::link_image(const soinfo_list_t& global_group, const soinfo_list_t&
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Make segments writable to allow text relocations to work properly. We will later call
|
// 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 "
|
DL_WARN("%s has text relocations. This is wasting memory and prevents "
|
||||||
"security hardening. Please fix.", get_realpath());
|
"security hardening. Please fix.", get_realpath());
|
||||||
if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) {
|
if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user