mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +00:00
Revert "Fix elf/tst-tls20 stack OOB access"
This reverts commit 37cfa707b0
.
This commit is contained in:
parent
7a76b94bab
commit
8a4566d712
@ -342,7 +342,7 @@ do_test_invalid_dependency (bool bind_now)
|
||||
xdlclose (moddep);
|
||||
}
|
||||
|
||||
for (int n = 1; n < nmods; n++)
|
||||
for (int n = 1; n <= nmods; n++)
|
||||
if (mods[n] != 0)
|
||||
unload_mod (n);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user