diff --git a/epp/cpplib.c b/epp/cpplib.c index d18f2663..f5056faa 100644 --- a/epp/cpplib.c +++ b/epp/cpplib.c @@ -2372,7 +2372,7 @@ special_symbol(HASHNODE * hp, cpp_reader * pfile) if (ip->fname) true_indepth++; - bufx = (char *)alloca(8); /* Eight bytes ought to be more than enough */ + bufx = (char *)alloca(12); sprintf(bufx, "%d", true_indepth - 1); buf = bufx; break;