alacritty/alacritty_terminal
Christian Duerr c065c5f2f9
Fix invalid ESC escape sequence parsing
This strictens the ESC escape sequence parser to prevent invalid
intermediates from being ignored. Previously the parser would just look
at the first intermediate without validating that the rest of them is
empty.

If an escape like `\e(#0` is used now, it will no longer be accepted as
`\e(0` since the intermediate `#` is also present.
2020-12-17 01:05:40 +00:00
..
src Fix invalid ESC escape sequence parsing 2020-12-17 01:05:40 +00:00
tests Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
Cargo.toml Fix DoS caused by excessive CSI parameter values 2020-11-26 00:57:44 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00