Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes

This commit is contained in:
Chet Ramey
2019-08-14 14:57:48 -04:00
parent 3ba697465b
commit 01323582f7
2 changed files with 5 additions and 2 deletions

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 7
#define PATCHLEVEL 8
#endif /* _PATCHLEVEL_H_ */