Remove stack randomization

This commit is contained in:
Pieter Wuille
2012-09-28 21:50:04 +02:00
parent 842a31ad1b
commit 2e3ffb2d82
5 changed files with 0 additions and 36 deletions

View File

@@ -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");