Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37551146
en ru br
ALT Linux repos
S:1.9.4-alt3
5.0: 0.57-alt1.1
4.1: 0.57-alt0.M41.2
4.0: 0.57-alt0.M40.1
3.0: 0.38-alt1

Group :: Development/C
RPM: libetpan

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libetpan-1.9.4-alt1.patch
Download


 src/data-types/mailstream_ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data-types/mailstream_ssl.c b/src/data-types/mailstream_ssl.c
index 970c892..acc791e 100644
--- a/src/data-types/mailstream_ssl.c
+++ b/src/data-types/mailstream_ssl.c
@@ -1506,7 +1506,7 @@ carray * mailstream_low_ssl_get_certificate_chain(mailstream_low * s)
 {
 #ifdef USE_SSL
   struct mailstream_ssl_data * ssl_data;
-  carray * result;
+  carray * result = NULL;
   int skpos;
 #ifndef USE_GNUTLS
   STACK_OF(X509) * skx;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin