.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=33
This commit is contained in:
16
bash.changes
16
bash.changes
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user