Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37917788
en ru br
ALT Linux repositórios
S:4.19.0-alt3
5.0: 1.7-alt2
4.1: 1.1-alt1
4.0: 1.1-alt1
3.0: 0.2.13-alt1

Group :: Sistema/Bibliotecas
RPM: libtasn1

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: Fix-build-with-gcc13.patch
Download


diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c
index 098ab9e..d1f3723 100644
--- a/src/asn1Decoding.c
+++ b/src/asn1Decoding.c
@@ -193,7 +193,7 @@ main (int argc, char *argv[])
 
 
   {
-    size_t tmplen;
+    size_t tmplen = 0;
     der = (unsigned char *) read_file (inputFileDerName, RF_BINARY, &tmplen);
     der_len = tmplen;
   }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009