Skip to content

stream_wrap: add HandleScope's in uv callbacks

Rodrigo Muino Tomonari requested to merge github/fork/indutny/fix/gh-1075 into v1.x

Ensure that no handles will leak into global HandleScope by adding HandleScope's in all JS-calling libuv callbacks in stream_wrap.cc.

Fix: https://github.com/iojs/io.js/issues/1075

NOTE: WIP

Merge request reports

Loading