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_2_13-46-g40e7731


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_13-46-g40e7731
Date: Sat, 06 Oct 2012 12:24:29 +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=40e7731b1ff6b250744b76216945308dc7146213

The branch, master has been updated
       via  40e7731b1ff6b250744b76216945308dc7146213 (commit)
      from  6704bb1e91e28be6f46e6948c82de16604d765b0 (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 40e7731b1ff6b250744b76216945308dc7146213
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Oct 6 14:05:43 2012 +0200

    Set the error description to null initialy.

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

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

diff --git a/lib/decoding.c b/lib/decoding.c
index df86f85..3714979 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -833,6 +833,9 @@ asn1_der_decoding (asn_node_t * element, const void *ider, 
int len,
 
   node = *element;
 
+  if (errorDescription != NULL)
+    errorDescription[0] = 0;
+
   if (node == NULL)
     return ASN1_ELEMENT_NOT_FOUND;
 


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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