Bash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic for command expands to NULL

This commit is contained in:
Chet Ramey
2023-11-09 16:39:38 -05:00
parent ec8113b986
commit 4214b0e12b
3 changed files with 5063 additions and 2 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 15
#define PATCHLEVEL 16
#endif /* _PATCHLEVEL_H_ */