mirror of https://github.com/lukechilds/node.git
Browse Source
RandomBytes() allocated memory with new[] which was then handed off to Buffer::Use() which eventually releases it again with free(). Mixing the two is technically a violation of the spec and besides, it's generally frowned upon.v0.11.6-release
Ben Noordhuis
12 years ago
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue