mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
93f2d182cb
Changelog: 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. 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. Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. MFH: 2017Q1 |
||
---|---|---|
.. | ||
44bsd-csh | ||
ambit | ||
bash | ||
bash-completion | ||
bash-static | ||
bashc | ||
ch | ||
dash | ||
es | ||
esh | ||
fd | ||
fish | ||
flash | ||
heirloom-sh | ||
hs-shelly | ||
ibsh | ||
jailkit | ||
klish | ||
ksh93 | ||
lshell | ||
mksh | ||
nologinmsg | ||
osh | ||
p5-Bash-Completion | ||
p5-Shell-Perl | ||
p5-Term-Bash-Completion-Generator | ||
p5-Term-ShellUI | ||
pdksh | ||
pear-PHP_Shell | ||
psh | ||
rc | ||
rssh | ||
sash | ||
scponly | ||
shell-include | ||
sparforte | ||
tcsh_nls | ||
tcshrc | ||
v7sh | ||
viewglob | ||
vshnu | ||
wcd | ||
zsh | ||
zsh-navigation-tools | ||
Makefile |