We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c58976 + 44fddd3 commit 37f123bCopy full SHA for 37f123b
impl/random/linux_kernel.h
@@ -1,7 +1,7 @@
1
static int
2
hydro_random_init(void)
3
{
4
- get_random_bytes(&hydro_random_context.state, sizeof hydro_random_context.state);
+ get_random_bytes(hydro_random_context.state, sizeof hydro_random_context.state);
5
hydro_random_context.counter = ~LOAD64_LE(hydro_random_context.state);
6
7
return 0;
0 commit comments