Remove stack randomization
This commit is contained in:
@@ -74,8 +74,6 @@ void ipcScanRelay(int argc, char *argv[])
|
||||
|
||||
static void ipcThread(void* pArg)
|
||||
{
|
||||
IMPLEMENT_RANDOMIZE_STACK(ipcThread(pArg));
|
||||
|
||||
// Make this thread recognisable as the GUI-IPC thread
|
||||
RenameThread("bitcoin-gui-ipc");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user