CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/12/23 09:45:04
Modified files: lib/csu : boot.h Log message: Make sure the GOT and PLT are not writable. Note that ommitting PROT_EXEC for the PLT is deliberate; static PIE binaries should never actually hit the PLT. We're still debating what to do when mprotect(2) fails. But that is no excuse not to at least attempt to fix things up. ok deraadt@