Coverity warnings
This commit is contained in:
parent
7f1ad371a4
commit
66e9887b15
@ -2466,7 +2466,7 @@ index 70f06bff..59332945 100644
|
||||
-
|
||||
- if (providerp == NULL)
|
||||
+ char *provider_module = NULL;
|
||||
+ struct pkcs11_module *m;
|
||||
+ struct pkcs11_module *m = NULL;
|
||||
+
|
||||
+ /* if no provider specified, fallback to p11-kit */
|
||||
+ if (uri->module_path == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user