mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
commit bash-20180921 snapshot
This commit is contained in:
+5
-1
@@ -2252,7 +2252,10 @@ coproc_setvars (cp)
|
||||
{
|
||||
v = find_variable_nameref_for_create (cp->c_name, 1);
|
||||
if (v == INVALID_NAMEREF_VALUE)
|
||||
return;
|
||||
{
|
||||
free (namevar);
|
||||
return;
|
||||
}
|
||||
if (v && nameref_p (v))
|
||||
{
|
||||
free (cp->c_name);
|
||||
@@ -2265,6 +2268,7 @@ coproc_setvars (cp)
|
||||
{
|
||||
if (readonly_p (v))
|
||||
err_readonly (cp->c_name);
|
||||
free (namevar);
|
||||
return;
|
||||
}
|
||||
if (v == 0)
|
||||
|
||||
Reference in New Issue
Block a user