]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod16b.c
Fix bad pointer / leak in regex code
[thirdparty/glibc.git] / elf / tst-tlsmod16b.c
CommitLineData
4c533566 1extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
4c533566
UD
2
3void *
4in_dso (void)
5{
6 return &tlsvar;
7}