libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, libtasn1_3_x, updated. libtasn1_3_9-2-gf7ae72


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, libtasn1_3_x, updated. libtasn1_3_9-2-gf7ae724
Date: Mon, 30 Mar 2015 07:21:01 +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=f7ae724333b59013413158b88e10cdb936c5eeab

The branch, libtasn1_3_x has been updated
       via  f7ae724333b59013413158b88e10cdb936c5eeab (commit)
      from  36457dc778839f4a28c81dbddce50db8cfeef88f (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 f7ae724333b59013413158b88e10cdb936c5eeab
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Mar 30 09:20:42 2015 +0200

    increased LTOSTR_MAX_SIZE to backport overflow fix in 4.4

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

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

diff --git a/lib/parser_aux.h b/lib/parser_aux.h
index 1f1aec2..7b2dfd4 100644
--- a/lib/parser_aux.h
+++ b/lib/parser_aux.h
@@ -52,7 +52,7 @@ void _asn1_delete_list (void);
 
 void _asn1_delete_list_and_nodes (void);
 
-#define LTOSTR_MAX_SIZE 20
+#define LTOSTR_MAX_SIZE 22
 char *_asn1_ltostr (long v, char *str);
 
 asn1_node _asn1_find_up (asn1_node node);


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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