From e66817c4684c79ab74507f4cc7302f9555cd5dbf Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 15 Aug 2019 13:47:41 +0000 Subject: [PATCH] Add official patch bash50-008 and bash50-009 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=296 --- bash-5.0-patches.tar.bz2 | 4 ++-- bash.changes | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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