node: clear nextTickQueue when using domains
When the domain specific code was reintroduced in 828f1455 the conditional to check and clear the nextTickQueue if many items had run was not introduced. This allows for the application to run out of memory if domains are being used in an infinite recursive loop.
parent
103b8967
Please register or sign in to comment