mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 03:40:50 +02:00
commit bash-20120914 snapshot
This commit is contained in:
+2
-2
@@ -698,7 +698,7 @@ execute_command_internal (command, asynchronous, pipe_in, pipe_out,
|
||||
if (variable_context != 0)
|
||||
{
|
||||
ofifo = num_fifos ();
|
||||
ofifo_list = copy_fifo_list (&osize);
|
||||
ofifo_list = copy_fifo_list ((int *)&osize);
|
||||
saved_fifo = 1;
|
||||
}
|
||||
else
|
||||
@@ -1017,7 +1017,7 @@ execute_command_internal (command, asynchronous, pipe_in, pipe_out,
|
||||
{
|
||||
nfifo = num_fifos ();
|
||||
if (nfifo > ofifo)
|
||||
close_new_fifos (ofifo_list, osize);
|
||||
close_new_fifos ((char *)ofifo_list, osize);
|
||||
free (ofifo_list);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user