Double the vtc maximum macro size

to support more realistic practical test cases like JWTs
parent c8ccfa4b
......@@ -102,7 +102,7 @@ static struct macro *
macro_def_int(const char *name, const char *fmt, va_list ap)
{
struct macro *m;
char buf[256];
char buf[512];
VTAILQ_FOREACH(m, &macro_list, list)
if (!strcmp(name, m->name))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment