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_2-10-gc27c19c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_2-10-gc27c19c
Date: Wed, 04 Mar 2015 14:20:55 +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=c27c19c3c419280870e3de498d3b44f602368a3c

The branch, master has been updated
       via  c27c19c3c419280870e3de498d3b44f602368a3c (commit)
      from  ccf08708c8c55ee25cd7e47b803b262576fe17c5 (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 c27c19c3c419280870e3de498d3b44f602368a3c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Mar 4 15:16:24 2015 +0100

    doc update

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

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

diff --git a/lib/decoding.c b/lib/decoding.c
index 2293eed..2ccd1a3 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -2258,7 +2258,7 @@ asn1_decode_simple_ber (unsigned int etype, const 
unsigned char *der,
           p += tmp_len;
           der_len -= tmp_len;
 
-          if (der_len < 2)
+          if (der_len < 2) /* we need the EOC */
             {
               free(total);
               return ASN1_DER_ERROR;


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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