SHA256
6
0
forked from pool/bash

Update to bash52-015

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=370
This commit is contained in:
2022-12-14 14:56:41 +00:00
committed by Git OBS Bridge
parent c57d56e9f6
commit ec30bb5420
3 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Dec 14 14:52:27 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Add upstream patches
* bash52-013
Bash can leak memory when referencing a non-existent associative
array element.
* bash52-014
Bash defers processing additional terminating signals when running
the EXIT trap while exiting due to a terminating signal. This
patch allows the new terminating signal to kill the shell immediately.
* bash52-015
There are several cases where bash is too aggressive when optimizing
out forks in subshells. For example, `eval' and traps should never
be optimized.
-------------------------------------------------------------------
Mon Nov 28 11:33:24 UTC 2022 - Dr. Werner Fink <werner@suse.de>