Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative array element

This commit is contained in:
Chet Ramey
2022-12-13 12:41:47 -05:00
parent c7bb74de78
commit 52f2cda1a2
2 changed files with 4 additions and 4 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 12
#define PATCHLEVEL 13
#endif /* _PATCHLEVEL_H_ */