initialize value before using
authorDaniel Kouřil <kouril@ics.muni.cz>
Mon, 21 Mar 2005 12:55:50 +0000 (12:55 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Mon, 21 Mar 2005 12:55:50 +0000 (12:55 +0000)
org.glite.security.proxyrenewal/project/version.properties
org.glite.security.proxyrenewal/src/voms.c

index a5a7632..ee0add9 100644 (file)
@@ -1,4 +1,4 @@
 
-module.version = 1.0.7
+module.version = 1.0.8
 module.age = 1
                                
index a8c4bac..8c630bd 100644 (file)
@@ -190,7 +190,7 @@ renew_voms_certs(const char *cur_file, const char *new_file)
    X509 *cert = NULL;
    STACK_OF(X509) *chain = NULL;
    char *buf = NULL;
-   size_t buf_len;
+   size_t buf_len = 0;
    X509_EXTENSION *extension = NULL;
    char *old_env_proxy = getenv("X509_USER_PROXY");