From f7ae724333b59013413158b88e10cdb936c5eeab Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 30 Mar 2015 09:20:42 +0200 Subject: increased LTOSTR_MAX_SIZE to backport overflow fix in 4.4 --- lib/parser_aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1