Commit 78e38f59 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

src: fix uninitialized memory dereference

The elements of the heap-allocated TaskQueue::ring_ array in
src/node_v8_platform.cc were compared against without being
initialized first.

Fixes node-forward/node#33.

PR-URL: https://github.com/node-forward/node/pull/34


Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent 081e94a9
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