⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
src
/
glibc
/
debian
/
patches
/
any
/
View File Name :
unsubmitted-ldso-machine-mismatch.diff
--- glibc/elf/dl-load.c 2013-01-23 20:55:08.648614327 -0700 +++ glibc/elf/dl-load.c 2013-01-23 20:55:52.852612764 -0700 @@ -2008,6 +2008,12 @@ goto close_and_out; } #endif + else if (! __builtin_expect (elf_machine_matches_host (ehdr), 1)) + { + /* Another non-fatal error, let's skip right past the + the libraries obviously built for other machines. */ + goto close_and_out; + } else if (ehdr->e_ident[EI_DATA] != byteorder) { if (BYTE_ORDER == BIG_ENDIAN)