aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-26 00:57:44 +0000
committerGitHub <noreply@github.com>2020-11-26 00:57:44 +0000
commita2727d06f77973c47e1909a5f426789d6531bda9 (patch)
tree04cb2f53cec65697254dbd26560a68f102ff36f2 /CHANGELOG.md
parent07684281901b8d287221ade9b7c93a0f437a26f1 (diff)
downloadalacritty-a2727d06f77973c47e1909a5f426789d6531bda9.tar.gz
alacritty-a2727d06f77973c47e1909a5f426789d6531bda9.zip
Fix DoS caused by excessive CSI parameter values
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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