summaryrefslogtreecommitdiff
path: root/elf/tst-auditmod9a.c
AgeCommit message (Collapse)Author
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell
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