mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
fix issue with invalidating pointer to last procsub; fix boundary issues with small reallocs
This commit is contained in:
@@ -375,6 +375,10 @@ extern void push_args (WORD_LIST *);
|
||||
extern void pop_args (void);
|
||||
extern void uw_pop_args (void *);
|
||||
|
||||
#if defined (ARRAY_VARS)
|
||||
extern void push_source (ARRAY *, char *);
|
||||
#endif
|
||||
|
||||
extern void adjust_shell_level (int);
|
||||
extern void non_unsettable (char *);
|
||||
extern void dispose_variable (SHELL_VAR *);
|
||||
|
||||
Reference in New Issue
Block a user