mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 12:10:35 +02:00
commit bash-20140124 snapshot
This commit is contained in:
@@ -185,7 +185,7 @@ quote_string_for_globbing (pathname, qflags)
|
||||
register int i, j;
|
||||
int brack, cclass, collsym, equiv, c;
|
||||
|
||||
temp = (char *)xmalloc (strlen (pathname) + 1);
|
||||
temp = (char *)xmalloc (2 * strlen (pathname) + 1);
|
||||
|
||||
if ((qflags & QGLOB_CVTNULL) && QUOTED_NULL (pathname))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user