Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #2193 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
- Loading branch information