Commit c643645
crypto: fix error when getRandomValues is called without arguments
PR-URL: #45854
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>1 parent 5eb93f1 commit c643645Copy full SHA for c643645
File tree
Expand file treeCollapse file tree
1 file changed
+3
-0
lines changedOpen diff view settings
Filter options
- lib/internal/crypto
Expand file treeCollapse file tree
1 file changed
+3
-0
lines changedOpen diff view settings
Collapse file
lib/internal/crypto/random.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/random.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
315 | 316 | |
316 | 317 | |
317 | 318 | |
| 319 | + |
| 320 | + |
318 | 321 | |
319 | 322 | |
320 | 323 | |
|
0 commit comments