mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-05 07:57:18 -06:00
Merge pull request #3165 from dscho/increase-allowed-length-of-interpreter-path
mingw: allow for longer paths in `parse_interpreter()`
This commit is contained in:
commit
514b5ef058
@ -1424,7 +1424,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user