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_1-7-g745392a


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_1-7-g745392a
Date: Thu, 04 Sep 2014 18:58:15 +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=745392ae2a8a97cdd6df583698a959eb3b8553c2

The branch, master has been updated
       via  745392ae2a8a97cdd6df583698a959eb3b8553c2 (commit)
      from  30daf9162f72cf8c496bd43ab35fc64d4296da65 (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 745392ae2a8a97cdd6df583698a959eb3b8553c2
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Sep 4 20:58:04 2014 +0200

    avoid warning

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

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 0b5bd10..cdf0b85 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -303,7 +303,7 @@ _asn1_get_time_der (unsigned type, const unsigned char 
*der, int der_len, int *r
     }
 
   p = &der[len_len];
-  for (i=0;i<str_len-1;i++)
+  for (i=0;i<(unsigned)(str_len-1);i++)
      {
        if (isdigit(p[i]) == 0)
          {


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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