Commit ac70bc82 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

test: fix valgrind uninitialized memory warning

parallel/test-buffer called `Buffer.prototype.toString()` on a buffer
with uninitialized memory.  Call `Buffer.prototype.fill()` on it first.

PR-URL: https://github.com/nodejs/io.js/pull/2193


Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent 8fd3ce10
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