fix issue with invalidating pointer to last procsub; fix boundary issues with small reallocs

This commit is contained in:
Chet Ramey
2024-07-26 09:30:30 -04:00
parent 6c70309275
commit d5ef283cbd
8 changed files with 59 additions and 8 deletions
+4
View File
@@ -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 *);