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 dynamic-link/16613] Use of TLS unsupported in audit libraries.


https://sourceware.org/bugzilla/show_bug.cgi?id=16613

Carlos O'Donell <carlos at redhat dot com> changed:

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

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
commit d050367659e04685a0eab910e86ea6829a8d24f9
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Feb 25 13:00:36 2014 -0500

    BZ #16613: Support TLS in audit libraries.

    This commit fixes a bug where the dynamic loader would crash
    when loading audit libraries, via LD_AUDIT, where those libraries
    used TLS. The dynamic loader was not considering that the audit
    libraries would use TLS and failed to bump the TLS generation
    counter leaving TLS usage inconsistent after loading the audit
    libraries.

    https://sourceware.org/ml/libc-alpha/2014-02/msg00569.html

-- 
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]