2010-04-06 13:30:12 +00:00
committed by Git OBS Bridge
parent da5de6d532
commit 3854846d14
3 changed files with 18 additions and 144 deletions

View File

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