-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.securityIssues and PRs related to security.Issues and PRs related to security.
Description
- Version: v15.0.0
- Platform: Darwin C02CX0K5MD6V 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64
- Subsystem: crypto
What steps will reproduce the bug?
const crypto = require('crypto')
console.log(crypto.randomFillSync(Buffer.allocUnsafe(16)));
How often does it reproduce? Is there a required condition?
What is the expected behavior?
Buffer gets logged with random values
What do you see instead?
Buffer gets logged with only zeroes
Additional information
ai, GirkovArpa and diduk001
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.securityIssues and PRs related to security.Issues and PRs related to security.