diff --git a/compat/mingw.c b/compat/mingw.c index fcbb04dc01..c6f9ea90d3 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -1672,7 +1672,7 @@ static const char *quote_arg_msys2(const char *arg) static const char *parse_interpreter(const char *cmd) { - static char buf[100]; + static char buf[MAX_PATH]; char *p, *opt; ssize_t n; /* read() can return negative values */ int fd;