diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-02 01:19:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 01:19:06 +0000 |
commit | 1972cce8a4226dbe278e0a3b5d16fa13937e0463 (patch) | |
tree | 7ebb959419942d8a321c3331586db6ef4e6c35aa /CHANGELOG.md | |
parent | a710866007321eacfcc05c015d4cf73e63c03b05 (diff) | |
download | alacritty-1972cce8a4226dbe278e0a3b5d16fa13937e0463.tar.gz alacritty-1972cce8a4226dbe278e0a3b5d16fa13937e0463.zip |
Fix DCS escape parsing crash
This resolves a problem with the vte depedency, where the parser would
crash when trying to parse a DCS escape with more than 16 parameters.
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 06bc1cc9..d35dd047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Message bar not hiding after fixing wrong color value in config - Tabstops cleared on resize - Tabstops not breaking across lines +- Crash when parsing DCS escape with more than 16 parameters ### Removed |