8a56a515bb
- 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(). - Add upstream patch bash44-006 Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - Remove patch popd-offset-overflow.patch to use bash44-006 - Add upstream patch bash44-007 When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. - Duplicate bash44-007 as readline70-002 as it seems to be missed - Add upstream patch bash44-008 Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. - Add upstream patch bash44-009 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. OBS-URL: https://build.opensuse.org/request/show/453464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=135 |
||
---|---|---|
.gitattributes | ||
baselibs.conf | ||
bash-2.03-manual.patch | ||
bash-3.0-evalexp.patch | ||
bash-3.0-warn-locale.patch | ||
bash-3.2-printf.patch | ||
bash-4.0-async-bnc523667.dif | ||
bash-4.0-security.patch | ||
bash-4.0-setlocale.dif | ||
bash-4.1-bash.bashrc.dif | ||
bash-4.1-completion.dif | ||
bash-4.2-endpw.dif | ||
bash-4.2-history-myown.dif.bz2 | ||
bash-4.2-nscdunmap.dif | ||
bash-4.3-2.4.4.patch | ||
bash-4.3-decl.patch | ||
bash-4.3-extra-import-func.patch | ||
bash-4.3-include-unistd.dif | ||
bash-4.3-loadables.dif | ||
bash-4.3-pathtemp.patch | ||
bash-4.3-perl522.patch | ||
bash-4.3-sigrestart.patch | ||
bash-4.3-winch.dif | ||
bash-4.4-patches.tar.bz2 | ||
bash-4.4.dif | ||
bash-4.4.tar.gz | ||
bash-rpmlintrc | ||
bash.changes | ||
bash.spec | ||
dot.bashrc | ||
dot.profile | ||
man2html-no-timestamp.patch | ||
readline-5.2-conf.patch | ||
readline-6.2-endpw.dif | ||
readline-6.2-metamode.patch | ||
readline-6.2-xmalloc.dif | ||
readline-6.3-destdir.patch | ||
readline-6.3-input.dif | ||
readline-6.3-rltrace.patch | ||
readline-7.0-patches.tar.bz2 | ||
readline-7.0.dif | ||
readline-7.0.tar.gz | ||
run-tests |