diff --git a/compat/mingw.c b/compat/mingw.c index 3deda7521b9a79..2a664df2f8e5c0 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -1357,7 +1357,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;