Commit 56ebf308 authored by Trevor Norris's avatar Trevor Norris
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment