| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8fb03d8 commit 575251a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -272,6 +272,7 @@ X509_STORE* NewRootCertStore() { | |||
| 272 | 272 | } | |
| 273 | 273 | ||
| 274 | 274 | X509_STORE* store = X509_STORE_new(); | |
| 275 | + CHECK_NOT_NULL(store); | ||
| 275 | 276 | if (*system_cert_path != '\0') { | |
| 276 | 277 | ERR_set_mark(); | |
| 277 | 278 | X509_STORE_load_locations(store, system_cert_path, nullptr); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments