mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
linux: Disable stack protector for __LinuxForkReturn()
This commit is contained in:
parent
f57ad7fc81
commit
0edd84c8a8
@ -730,7 +730,7 @@ struct __old_kernel_stat StatToOKStat(struct kstat stat)
|
||||
return okstat;
|
||||
}
|
||||
|
||||
void __LinuxForkReturn(void *tableAddr)
|
||||
__no_stack_protector void __LinuxForkReturn(void *tableAddr)
|
||||
{
|
||||
#if defined(a64)
|
||||
asmv("movq %0, %%cr3" ::"r"(tableAddr)); /* Load process page table */
|
||||
|
Loading…
x
Reference in New Issue
Block a user