sixel: fix crash when an explicit sixel size had a height less than 6 pixels

This commit is contained in:
Daniel Eklöf 2020-11-23 19:22:40 +01:00
parent 8eaa195990
commit 275f97381d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 4 deletions

View file

@ -102,6 +102,7 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
(https://codeberg.org/dnkl/foot/issues/210).
* Key mappings for key combinations with `alt`+`return`.
* `footclient` `-m` (`--maximized`) flag being ignored.
* Crash with explicitly sized sixels with a height less than 6 pixels.
### Security