diff options
Diffstat (limited to 'trust/extract.c')
-rw-r--r-- | trust/extract.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/extract.c b/trust/extract.c index d12d18b..1a38f11 100644 --- a/trust/extract.c +++ b/trust/extract.c @@ -288,8 +288,8 @@ int p11_trust_extract_compat (int argc, char *argv[]) { - char *path; - char *path2; + char *path = NULL; + char *path2 = NULL; int error; argv[argc] = NULL; |