Updating link to change in openSUSE:Factory/bash revision 55

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=8ed7935471b103440420a02662c0fabc
This commit is contained in:
OBS User buildservice-autocommit
2010-04-13 19:20:11 +00:00
committed by Git OBS Bridge
parent 5493c20b10
commit 007948d287
5 changed files with 50 additions and 151 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 12 11:36:30 CEST 2010 - werner@suse.de
- Add fix for memory double free in array handling
-------------------------------------------------------------------
Tue Apr 6 15:27:24 CEST 2010 - werner@suse.de
- Update bash 4.1 to patch level 5 (related to bnc#522351)
* If command completion is attempted on a word with a quoted globbing
character (e.g., `*' or `?'), bash can reference a NULL pointer and
dump core.
* When running in Posix mode and executing a shell function without local
variables, bash will not propagate a variable in a special builtin's temporary
environment to have global scope.
* When the `read' builtin times out after the timeout specified with -t is
exceeded, it does not reset the flags that tell signal handlers to process
signals immediately instead of deferring their handling. This can result
in unsafe functions being called from signal handlers, which can cause bash
to hang or dump core.
-------------------------------------------------------------------
Tue Mar 9 15:34:05 CET 2010 - werner@suse.de