about summary refs log tree commit diff
path: root/elf/tst-auditmod9b.c
Commit message (Collapse)AuthorAgeFilesLines
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-251-0/+6
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