]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-execstack-needed.c
elf: Add -z lazy to some more tests
[thirdparty/glibc.git] / elf / tst-execstack-needed.c
index 8b794a3d474de25040d585fcd89cd3f4fd9256b5..85078e40efbdeafd56381f4c3ebe0e6b1d7a6cd9 100644 (file)
@@ -26,7 +26,7 @@ static void
 deeper (void (*f) (void))
 {
   char stack[1100 * 1024];
-  memfrob (stack, sizeof stack);
+  explicit_bzero (stack, sizeof stack);
   (*f) ();
   memfrob (stack, sizeof stack);
 }