mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
It turns out that due to the reduced stack size in tst-tls3 and the (fixed) default stack cache size, allocated TLS variables are never freed, so the test coverage for tst-tls3-malloc is less than complete. This change increases the thread stack size for tst-tls3-malloc only, to make sure thread stacks and TLS variables are freed.dj/malloc-tcache
3 changed files with 21 additions and 1 deletions
Loading…
Reference in new issue