diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-26 00:57:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 00:57:44 +0000 |
commit | a2727d06f77973c47e1909a5f426789d6531bda9 (patch) | |
tree | 04cb2f53cec65697254dbd26560a68f102ff36f2 /CHANGELOG.md | |
parent | 07684281901b8d287221ade9b7c93a0f437a26f1 (diff) | |
download | alacritty-a2727d06f77973c47e1909a5f426789d6531bda9.tar.gz alacritty-a2727d06f77973c47e1909a5f426789d6531bda9.zip |
Fix DoS caused by excessive CSI parameter values
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bce81fe1..cd4f43e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Wide characters sometimes being cut off - Preserve vi mode across terminal `reset` +- Escapes `CSI Ps b` and `CSI Ps Z` with large parameters locking up Alacritty ### Removed |