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] New: Use of TLS unsupported in audit libraries.


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

            Bug ID: 16613
           Summary: Use of TLS unsupported in audit libraries.
           Product: glibc
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: carlos at redhat dot com

At present the dynamic loader does not correctly account for TLS usage in audit
libraries. This results in a crash in the dynamic loader if the audit library
uses TLS.

The fix is to count the module ids before loading the audit libraries and then
count the number of module ids after and increment the generation counter if
they are different.

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