Add official patch bash50-008 and bash50-009

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=296
This commit is contained in:
2019-08-15 13:47:41 +00:00
committed by Git OBS Bridge
parent 7cb315952e
commit d9716910b7
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 15 13:43:55 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add official patch bash50-008
When HISTSIZE is set to 0, history expansion can leave the history length
set to an incorrect value, leading to subsequent attempts to access invalid
memory.
- Add official patch bash50-009
The history file reading code doesn't close the file descriptor open to
the history file when it encounters a zero-length file.
-------------------------------------------------------------------
Tue Apr 23 12:58:16 UTC 2019 - Dr. Werner Fink <werner@suse.de>