socksrv: fix stack size for GLIBC
commita9830a4bf28980e35dcb158b405a8410edfce8cb
authorrofl0r <retnyg@gmx.net>
Sun, 12 Nov 2017 00:49:54 +0000 (12 00:49 +0000)
committerrofl0r <retnyg@gmx.net>
Sun, 12 Nov 2017 00:51:48 +0000 (12 00:51 +0000)
tree866ca5d6f7aa75ad26d4ff95224f3f0bf901c927
parent3aa08de3df159241498c4050f21ab412b576796d
socksrv: fix stack size for GLIBC

it was reported that GLIBC crashed even with 32 KB... so let's use
PTHREAD_STACK_MIN and if not defined, 64 KB.

thanks to hunkOLard for reporting/testing.
sockssrv.c