Bash-5.3 patch 4: fix issue with source when read(2) returns fewer characters than fstat(2) says are available

This commit is contained in:
Chet Ramey
2025-11-26 12:46:21 -05:00
parent a8a1c2fac0
commit edff796a30
2 changed files with 3 additions and 1 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 3
#define PATCHLEVEL 4
#endif /* _PATCHLEVEL_H_ */