diff --git a/src/alloc.c b/src/alloc.c index 2c0ccc9dd62..b13c3e49224 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2547,7 +2547,7 @@ make_uninit_multibyte_string (EMACS_INT nchars, EMACS_INT nbytes) Lisp_Object make_formatted_string (const char *format, ...) { - char buf[64]; + char buf[MAX_ALLOCA]; char *cstr = buf; ptrdiff_t bufsize = sizeof buf; va_list ap;