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/9832] LD_POINTER_GUARD does not fully work


------- Additional Comments From drepper at redhat dot com  2009-03-15 20:47 -------
There is nothing that can be realistically done.  Pointer encryption is
performed in meant to be possible in performance critical situations.  There the
additional test to see whether the envvar is set is too expensive.

The effect of the envvar is that no formula is needed to decode the pointers. 
No randomness involved.  Just always shift the pointers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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