mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
fix issue with invalidating pointer to last procsub; fix boundary issues with small reallocs
This commit is contained in:
+10
@@ -5688,6 +5688,16 @@ uw_pop_args (void *ignore)
|
||||
pop_args ();
|
||||
}
|
||||
|
||||
#if defined (ARRAY_VARS)
|
||||
/* Push the current input filename onto BASH_SOURCE. This is where we can
|
||||
apply any policy. */
|
||||
void
|
||||
push_source (ARRAY *a, char *filename)
|
||||
{
|
||||
array_push (a, filename);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*************************************************
|
||||
* *
|
||||
* Functions to manage special variables *
|
||||
|
||||
Reference in New Issue
Block a user