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

@@ -617,8 +617,6 @@ private:
void ThreadRPCServer(void* parg)
{
IMPLEMENT_RANDOMIZE_STACK(ThreadRPCServer(parg));
// Make this thread recognisable as the RPC listener
RenameThread("bitcoin-rpclist");
@@ -919,8 +917,6 @@ static CCriticalSection cs_THREAD_RPCHANDLER;
void ThreadRPCServer3(void* parg)
{
IMPLEMENT_RANDOMIZE_STACK(ThreadRPCServer3(parg));
// Make this thread recognisable as the RPC handler
RenameThread("bitcoin-rpchand");