.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=224
This commit is contained in:
29
bash.changes
29
bash.changes
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 09:27:21 UTC 2016 - werner@suse.de
|
||||
|
||||
- Add upstream patch bash44-001
|
||||
Bash-4.4 changed the way the history list is initially allocated to reduce
|
||||
the number of reallocations and copies. Users who set HISTSIZE to a very
|
||||
large number to essentially unlimit the size of the history list will get
|
||||
memory allocation errors
|
||||
- Add upstream patch bash44-002
|
||||
Bash-4.4 warns when discarding NUL bytes in command substitution output
|
||||
instead of silently dropping them. This patch changes the warnings from
|
||||
one per NUL byte encountered to one warning per command substitution.
|
||||
- Drop no-null-warning.patch as bash44-002 is official replacement
|
||||
- Add upstream patch bash44-003
|
||||
Specially-crafted input, in this case an incomplete pathname expansion
|
||||
bracket expression containing an invalid collating symbol, can cause the
|
||||
shell to crash.
|
||||
- Add upstream patch bash44-004
|
||||
There is a race condition that can result in bash referencing freed memory
|
||||
when freeing data associated with the last process substitution.
|
||||
- Add upstream patch bash44-005
|
||||
Under certain circumstances, a simple command is optimized to eliminate a
|
||||
fork, resulting in an EXIT trap not being executed. (boo#1008459)
|
||||
- Add upstream patch readline70-001
|
||||
Readline-7.0 changed the way the history list is initially allocated to reduce
|
||||
the number of reallocations and copies. Users who set the readline
|
||||
history-size variable to a very large number to essentially unlimit the size
|
||||
of the history list will get memory allocation errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 13:51:10 UTC 2016 - schwab@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user