SHA256
6
0
forked from pool/bash
2013-03-15 15:46:33 +00:00
committed by Git OBS Bridge
parent 97bb7c126c
commit 94fed9b54f
5 changed files with 56 additions and 8 deletions

View File

@@ -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