Commit 19dad19
deps: float 15d7e79 from openssl
The upstream commit fixes an incorrect initialization of memory in
rand_lib.c. This fixes all errors that are reported by valgrind during
startup.
Origin: openssl/openssl@15d7e7997e219fc
PR-URL: #28796
Fixes: #28739
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>1 parent eefd0eb commit 19dad19Copy full SHA for 19dad19
File tree
Expand file treeCollapse file tree
1 file changed
+3
-1
lines changedOpen diff view settings
Filter options
- deps/openssl/openssl/crypto/rand
Expand file treeCollapse file tree
1 file changed
+3
-1
lines changedOpen diff view settings
Collapse file
deps/openssl/openssl/crypto/rand/rand_lib.c
Copy file name to clipboardExpand all lines: deps/openssl/openssl/crypto/rand/rand_lib.c+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
235 | 235 | |
236 | 236 | |
237 | 237 | |
238 | | - |
| 238 | + |
| 239 | + |
| 240 | + |
239 | 241 | |
240 | 242 | |
241 | 243 | |
|
0 commit comments