aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-tls20mod-bad.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy1-0/+2
The test dlopens a large number of modules with TLS, they are reused from an existing test. The test relies on the reuse of slotinfo entries after dlclose, without bug 27135 fixed this needs a failing dlopen. With a slotinfo list that has non-monotone increasing generation counters, bug 27136 can trigger. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>