Undefined Behavior Sanitization
This commit is contained in:
@@ -85,15 +85,6 @@ void thing_main(void* arg)
|
||||
|
||||
extern uintptr_t kheap_start;
|
||||
|
||||
/* Stack Smashing Protection */
|
||||
|
||||
uint64_t __stack_chk_guard = STACK_CHK_GUARD;
|
||||
|
||||
void __stack_chk_fail(void)
|
||||
{
|
||||
panic(NULL, "SSP: Stask Smashing Detected!!! (very spicy)");
|
||||
}
|
||||
|
||||
/*
|
||||
* kmain - Kernel entry point
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user