libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4.7-3-g89aa5bb


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4.7-3-g89aa5bb
Date: Fri, 08 Jan 2016 15:12:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=89aa5bb111a3e7646d6d346945a1d64a70f0eb2c

The branch, master has been updated
       via  89aa5bb111a3e7646d6d346945a1d64a70f0eb2c (commit)
      from  ed211d7c9b6e186106870e24a9e60f9b5b952a03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89aa5bb111a3e7646d6d346945a1d64a70f0eb2c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 8 16:12:22 2016 +0100

    asn1_array2tree: always null terminate errorDescription

-----------------------------------------------------------------------

Summary of changes:
 lib/structure.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/structure.c b/lib/structure.c
index ffb6aa5..eec10db 100644
--- a/lib/structure.c
+++ b/lib/structure.c
@@ -183,6 +183,8 @@ asn1_array2tree (const asn1_static_node * array, asn1_node 
* definitions,
   int result;
   unsigned int type;
 
+  if (errorDescription)
+    errorDescription[0] = 0;
 
   if (*definitions != NULL)
     return ASN1_ELEMENT_NOT_EMPTY;


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]