summaryrefslogtreecommitdiff
path: root/lib/parser_aux.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parser_aux.c')
-rw-r--r--lib/parser_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser_aux.c b/lib/parser_aux.c
index 31d1770..effedb2 100644
--- a/lib/parser_aux.c
+++ b/lib/parser_aux.c
@@ -536,7 +536,7 @@ char *
_asn1_ltostr (long v, char *str)
{
long d, r;
- char temp[20];
+ char temp[LTOSTR_MAX_SIZE];
int count, k, start;
if (v < 0)