]> Git Repo - uclibc-ng.git/commit
rtld: Do not protect RELRO segments when we don't use an MMU.
authorChristophe Lyon <[email protected]>
Wed, 4 Jul 2018 15:55:15 +0000 (17:55 +0200)
committerWaldemar Brodkorb <[email protected]>
Fri, 10 Aug 2018 14:01:21 +0000 (16:01 +0200)
commit57436cad9cc452eeeeafe007705daa9752835b14
tree2a0f9ea119453a6c64f5f085d96dfdb41cd6de82
parent685a704f0265ef4e35300310c8f3d03f9fea3fbe
rtld: Do not protect RELRO segments when we don't use an MMU.

Without MMU, we cannot mark memory regions as read-only.

* ldso/ldso/dl-elf.c (_dl_protect_relro): Do nothing if
__ARCH_USE_MMU__ is defined.

Signed-off-by: Christophe Lyon <[email protected]>
ldso/ldso/dl-elf.c
This page took 0.0268 seconds and 4 git commands to generate.