]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-tlsmod15a.c
elf: Refuse to dlopen PIE objects [BZ #24323]
[thirdparty/glibc.git] / elf / tst-tlsmod15a.c
1 extern int nonexistent_dummy_var;
2 int *
3 foo (void)
4 {
5 return &nonexistent_dummy_var;
6 }