.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=148
This commit is contained in:
21
bash.changes
21
bash.changes
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 15:35:51 UTC 2013 - werner@suse.de
|
||||
|
||||
- Disable workaround for bnc#382214 due bnc#806628, let's see when
|
||||
the old bug will be up again.
|
||||
- Update bash 4.2 to patch level 45
|
||||
* When SIGCHLD is trapped, and a SIGCHLD trap handler runs when
|
||||
a pending `read -t' invocation times out and generates SIGALRM,
|
||||
bash can crash with a segmentation fault.
|
||||
* When converting a multibyte string to a wide character string
|
||||
as part of pattern matching, bash does not handle the end of
|
||||
the string correctly, causing the search for the NUL to go
|
||||
beyond the end of the string and reference random memory.
|
||||
Depending on the contents of that memory, bash can produce
|
||||
errors or crash.
|
||||
* The <&n- and >&n- redirections, which move one file descriptor
|
||||
to another, leave the file descriptor closed when applied to
|
||||
builtins or compound commands.
|
||||
- Use screen to provide a controlling terminal for running the
|
||||
test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 07:58:08 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user