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_3_6-3-g6cd01f6


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_6-3-g6cd01f6
Date: Mon, 26 May 2014 13:22:52 +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=6cd01f6f8f5fe4a85d4df3febec4d9133e360b72

The branch, master has been updated
       via  6cd01f6f8f5fe4a85d4df3febec4d9133e360b72 (commit)
      from  f09f2b9e497d0597f3372014838df08f81f653b4 (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 6cd01f6f8f5fe4a85d4df3febec4d9133e360b72
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon May 26 15:20:01 2014 +0200

    removed unnecessary and wrong test.

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

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

diff --git a/lib/decoding.c b/lib/decoding.c
index affffed..a9aecc2 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -738,9 +738,6 @@ _asn1_get_octet_string (asn1_node node, const unsigned char 
*der, int der_len, i
 
       while (1)
        {
-         if (counter > der_len)
-           return ASN1_DER_ERROR;
-
          if (indefinite == -1)
            {
              if (HAVE_TWO(der_len) && (der[counter] == 0) && (der[counter + 1] 
== 0))


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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