summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-30 09:20:42 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-30 09:20:47 +0200
commitf7ae724333b59013413158b88e10cdb936c5eeab (patch)
tree9713abad7cb46e28987dcf8bfc80a95ebf5c325d
parent36457dc778839f4a28c81dbddce50db8cfeef88f (diff)
downloadlibtasn1_3_x.tar.gz
increased LTOSTR_MAX_SIZE to backport overflow fix in 4.4libtasn1_3_x
-rw-r--r--lib/parser_aux.h2
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);