Name: | zsh-html |
---|---|
Version: | 5.0.2 |
Release: | 31.el7 |
Architecture: | aarch64 |
Group: | System Environment/Shells |
Size: | 3156044 |
License: | MIT |
RPM: | zsh-html-5.0.2-31.el7.aarch64.rpm |
Source RPM: | zsh-5.0.2-31.el7.src.rpm |
Build Date: | Fri Aug 24 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://zsh.sourceforge.net/ |
Summary: | Zsh shell manual in html format |
Description: | The zsh shell is a command interpreter usable as an interactive login shell and as a shell script command processor. Zsh resembles the ksh shell (the Korn shell), but includes many enhancements. Zsh supports command line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and more. This package contains the Zsh manual in html format. |
- fix defects detected by Coverity related to CVE-2017-18206 and CVE-2018-1083
- fix stack-based buffer overflow in utils.c:checkmailpath() (CVE-2018-1100) - fix stack-based buffer overflow in gen_matches_files() (CVE-2018-1083) - fix stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071) - avoid crash when copying empty hash table (CVE-2018-7549) - fix buffer overrun in xsymlinks (CVE-2017-18206) - fix NULL dereference in cd (CVE-2017-18205) - fix buffer overflow when scanning very long path for symlinks (CVE-2014-10072) - fix buffer overflow for very long fds in >& fd syntax (CVE-2014-10071)
- fix crash while inputting long multi-line strings (#1492595)
- zero new space allocated in prompt buffer (#1408619)
- fix parsing of parameter subscript expression with NOEXEC (#1398740)
- fix crash while parsing the here-document syntax (#1374752)
- improve use of new command substitution in completion (#1356388)
- fix off-by-one error in completion utility cache code (#1344599)
- fix parse error on a script with unescaped exclamation mark (#1338689)
- fix alias expansion in history for command substitution (#1321303)