diff --git a/preproc.c b/preproc.c index 0c209b5f..bf5c61da 100644 --- a/preproc.c +++ b/preproc.c @@ -4086,7 +4086,7 @@ error(int severity, const char *fmt, ...) return; va_start(arg, fmt); - vsprintf(buff, fmt, arg); + vsnprintf(buff, 1024, fmt, arg); va_end(arg); if (istk && istk->mstk && istk->mstk->name)