| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eefd0eb commit 19dad19
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -235,7 +235,9 @@ size_t rand_drbg_get_nonce(RAND_DRBG *drbg, | |||
| 235 | 235 | struct { | |
| 236 | 236 | void * instance; | |
| 237 | 237 | int count; | |
| 238 | - } data = { NULL, 0 }; | ||
| 238 | + } data; | ||
| 239 | + | ||
| 240 | + memset(&data, 0, sizeof(data)); | ||
| 239 | 241 | ||
| 240 | 242 | pool = rand_pool_new(0, min_len, max_len); | |
| 241 | 243 | if (pool == NULL) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments