[PATCH] D15423: [ELF] - Place RW sections that go after relro to another memory page.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 10:41:10 PST 2015
emaste added a comment.
> 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?)
http://reviews.llvm.org/D15423
More information about the llvm-commits
mailing list