Commit f5100f8
committed
crypto: add null checks for OPENSSL_INIT_new()
Other calls in initialization code often already check for null pointers
via CHECK_NOT_NULL(). Do the same here.
Signed-off-by: ndossche <7771979+ndossche@users.noreply.github.com>1 parent d955896 commit f5100f8
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1216 | 1216 | | |
1217 | 1217 | | |
1218 | 1218 | | |
| 1219 | + | |
1219 | 1220 | | |
1220 | 1221 | | |
1221 | 1222 | | |
| |||
0 commit comments