.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=208
This commit is contained in:
parent
a926a4fef9
commit
a54fc016da
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:29fd1f90b266b3275937d80b42f348df5dfbdd11153de06c84c3b0dd73e1e415
|
oid sha256:d986fa455da314cb3e05d3ad96b753f9f5334f74833241b5ffc87143b3d24eab
|
||||||
size 29698
|
size 30642
|
||||||
|
21
bash.changes
21
bash.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 31 11:23:11 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Add upstream patch bash43-039
|
||||||
|
Using the output of `declare -p' when run in a function can result in variables
|
||||||
|
that are invisible to `declare -p'. This problem occurs when an assignment
|
||||||
|
builtin such as `declare' receives a quoted compound array assignment as one of
|
||||||
|
its arguments.
|
||||||
|
- Add upstream patch bash43-040
|
||||||
|
There is a memory leak that occurs when bash expands an array reference on
|
||||||
|
the rhs of an assignment statement.
|
||||||
|
- Add upstream patch bash43-041
|
||||||
|
There are several out-of-bounds read errors that occur when completing command
|
||||||
|
lines where assignment statements appear before the command name. The first
|
||||||
|
two appear only when programmable completion is enabled; the last one only
|
||||||
|
happens when listing possible completions.
|
||||||
|
- Add upstream patch bash43-042
|
||||||
|
There is a problem when parsing command substitutions containing `case'
|
||||||
|
commands within pipelines that causes the parser to not correctly identify
|
||||||
|
the end of the command substitution.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 1 08:31:09 UTC 2015 - coolo@suse.com
|
Wed Jul 1 08:31:09 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user