This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12492] dl: RELRO handling crashes when PaX kernel enforces MPROTECT restrictions


http://sourceware.org/bugzilla/show_bug.cgi?id=12492

Kees Cook <kees at outflux dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kees at outflux dot net

--- Comment #8 from Kees Cook <kees at outflux dot net> 2011-02-18 17:08:11 UTC ---
The stock Linux kernel can fail the mprotect call. The LSM mediates this
routine. Even SELinux has hooks to reject certain calls. It seems prudent to
check the return code since LSMs are being improved/changed all the time.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]