Also update readline patches

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=232
This commit is contained in:
Dr. Werner Fink 2017-01-30 16:13:13 +00:00 committed by Git OBS Bridge
parent 65e65d3aa6
commit a2d9a23d44
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 30 16:11:13 UTC 2017 - werner@suse.de
- Add upstream patch readline70-002 which replace old one
There is a race condition in add_history() that can be triggered by a fatal
signal arriving between the time the history length is updated and the time
the history list update is completed. A later attempt to reference an
invalid history entry can cause a crash.
- Add upstream patch readline70-003
Readline-7.0 uses pselect(2) to allow readline to handle signals that do not
interrupt read(2), such as SIGALRM, before reading another character. The
signal mask used in the pselect call did not take into account signals the
calling application blocked before calling readline().
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 27 17:31:59 UTC 2017 - werner@suse.de Fri Jan 27 17:31:59 UTC 2017 - werner@suse.de

BIN
readline-7.0-patches.tar.bz2 (Stored with Git LFS)

Binary file not shown.