diff --git a/compat/mingw.c b/compat/mingw.c index 24bde577486115..f33af2ec080c16 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -1481,7 +1481,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[248]; char *p, *opt; int n, fd;