mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
8f85075a2e
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>
3 lines
63 B
C
3 lines
63 B
C
void missing_symbol (void);
|
|
void f (void) {missing_symbol ();}
|