diff --git a/bash-5.0-patches.tar.bz2 b/bash-5.0-patches.tar.bz2 index 988aa454..ac7105c7 100644 --- a/bash-5.0-patches.tar.bz2 +++ b/bash-5.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09106519737856f4ff06a5088d9c3c9b804afdb69e2812aa9c1993f9d7f1954a -size 6768 +oid sha256:0e159d1054254d66c5bf02f0c59eb468df678253b29ee4485def1e5e26ffe9c2 +size 7451 diff --git a/bash.changes b/bash.changes index 15b294b4..8c277914 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 15 13:43:55 UTC 2019 - Dr. Werner Fink + +- 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