From d4a845daaf05e22207243b69624def1ee59607ac Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 18 Oct 2022 16:33:52 +0100 Subject: Fix elf/tst-dlmopen-twice to support enough link namespaces The test dlmopens 10 namespaces recursively, which requires a glibc tunable setting, otherwise it may run out of static TLS. --- elf/tst-dlmopen-twice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/tst-dlmopen-twice.c') diff --git a/elf/tst-dlmopen-twice.c b/elf/tst-dlmopen-twice.c index 70c71fe19c..dfa58b1505 100644 --- a/elf/tst-dlmopen-twice.c +++ b/elf/tst-dlmopen-twice.c @@ -46,7 +46,7 @@ do_test (void) recurse (1); /* Then with nesting. The constant needs to be less than the - internal DL_NNS namespace constant. */ + glibc.rtld.nns tunable (which is between 1 and DL_NNS). */ recurse (10); return 0; } -- cgit 1.4.1