| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b514438 commit c0fad18
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -219,6 +219,7 @@ X509_STORE* NewRootCertStore() { | |||
| 219 | 219 | } | |
| 220 | 220 | ||
| 221 | 221 | X509_STORE* store = X509_STORE_new(); | |
| 222 | + CHECK_NOT_NULL(store); | ||
| 222 | 223 | if (*system_cert_path != '\0') { | |
| 223 | 224 | ERR_set_mark(); | |
| 224 | 225 | X509_STORE_load_locations(store, system_cert_path, nullptr); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments