Further harden glibc malloc metadata against 1-byte overflows.
[glibc.git] / elf / tst-tlsmod16b.c
blob1ecba26dbedcb23e087cd637934e9e1aadff6760
1 extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
3 void *
4 in_dso (void)
6 return &tlsvar;