mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 20:39:16 +00:00
Added ubsan
This commit is contained in:
@ -55,8 +55,8 @@ namespace InterProcessCommunication
|
||||
{
|
||||
trace("Starting IPC Service...");
|
||||
Vector<AuxiliaryVector> auxv;
|
||||
TaskManager->CreateThread(TaskManager->GetCurrentProcess(), (Tasking::IP)IPCServiceStub, nullptr, nullptr, auxv);
|
||||
TaskManager->GetCurrentThread()->Rename("IPC Service");
|
||||
Tasking::TCB *thd = TaskManager->CreateThread(TaskManager->GetCurrentProcess(), (Tasking::IP)IPCServiceStub, nullptr, nullptr, auxv);
|
||||
thd->Rename("IPC Service");
|
||||
}
|
||||
|
||||
IPC::~IPC()
|
||||
|
Reference in New Issue
Block a user