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.70.80.147
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 /
alpha /
[ HOME SHELL ]
Name
Size
Permission
Action
local-gcc4.1.diff
1.79
KB
-rw-r--r--
local-string-functions.diff
26.92
KB
-rw-r--r--
submitted-dl-support.diff
629
B
-rw-r--r--
submitted-fts64.diff
341
B
-rw-r--r--
submitted-makecontext.diff
675
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : submitted-makecontext.diff
2018-03-01 Aurelien Jarno <aurelien@aurel32.net> [BZ #22910] * sysdeps/unix/sysv/linux/alpha/setcontext.S (__startcontext): Set up CFI directive to forbid further backtracing. --- a/sysdeps/unix/sysv/linux/alpha/makecontext.S +++ b/sysdeps/unix/sysv/linux/alpha/makecontext.S @@ -138,10 +138,14 @@ weak_alias (__makecontext, makecontext) .align 4 .ent __startcontext + cfi_startproc __startcontext: .frame $31, 0, $31, 0 .prologue 0 + /* Mark ra as undefined in order to stop unwinding here. */ + cfi_undefined(ra) + jsr $26, ($27), 0 ldgp $29, 0($26) mov $9, $16 @@ -160,4 +164,5 @@ __startcontext: halt + cfi_endproc .end __startcontext
Close