diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +This file documents the bugs fixed between this release, bash-1.14.7, +and the last public bash release, 1.14.6. + +1. Bugs fixed in Bash + +a. A memory leak that caused long-running scripts to eventually consume + all available memory was fixed. + +b. A sign-extension bug that caused a security hole for non-interactive + shells was fixed. |