HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/src/glibc/debian/patches/kfreebsd/local-tst-auxv.diff
--- a/elf/tst-auxv.c
+++ b/elf/tst-auxv.c
@@ -42,6 +42,7 @@ do_test (int argc, char *argv[])
       return 1;
     }
 
+#ifdef AT_EXECFN
   errno = 0;
   execfn = (const char *) getauxval (AT_EXECFN);
 
@@ -62,6 +63,7 @@ do_test (int argc, char *argv[])
       printf ("Mismatch: argv[0]: %s vs. AT_EXECFN: %s\n", argv[0], execfn);
       return 1;
     }
+#endif
 
   return 0;
 }