[PATCH] D15423: [ELF] - Place RW sections that go after relro to another memory page.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 23:27:17 PST 2015


grimar added a comment.

In http://reviews.llvm.org/D15423#307307, @emaste wrote:

> > This should fix the https://llvm.org/bugs/show_bug.cgi?id=25790 (I have no freebsd to check)
>
>
> Confirmed, this fixes PR25790.
>
> (I'm curious what happened on Linux (glibc) though -- does it leave the page RW, effectively disabling (some of) relro?)


I am also very curious about that. There are no many choices, so i also think it disables it partially or fully, but I didn`t check.


http://reviews.llvm.org/D15423





More information about the llvm-commits mailing list