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_4-27-gc6fa3cf


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_4-27-gc6fa3cf
Date: Sat, 26 Apr 2014 11:53:31 +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=c6fa3cffaef7b9fd8ce1e5098ae07bb7c95dc386

The branch, master has been updated
       via  c6fa3cffaef7b9fd8ce1e5098ae07bb7c95dc386 (commit)
      from  0463d4e6349581f4d5a2503a911886e0ce866091 (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 c6fa3cffaef7b9fd8ce1e5098ae07bb7c95dc386
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 26 12:47:00 2014 +0200

    undid optimization in patch 057193dcc2089520ab36d95f42d12f4ffd8127b5

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

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

diff --git a/lib/coding.c b/lib/coding.c
index 4ed033f..86df6f0 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -862,6 +862,7 @@ _asn1_ordering_set_of (unsigned char *der, int der_len, 
asn1_node node)
   while (p && ((type_field (p->type) == ASN1_ETYPE_TAG) ||
         (type_field (p->type) == ASN1_ETYPE_SIZE)))
     p = p->right;
+  p = p->right;
 
   if ((p == NULL) || (p->right == NULL))
     return ASN1_SUCCESS;


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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